From 1c8321566a13c622832461efded53d8b533469e7 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Thu, 19 Nov 2020 20:59:29 +0000 Subject: [PATCH] fix(drivers): rename module.yaml to module.yml module.yaml is not a valid module filename. See Zephyr `scripts/zephyr_module.py` --- app/drivers/zephyr/{module.yaml => module.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/drivers/zephyr/{module.yaml => module.yml} (100%) diff --git a/app/drivers/zephyr/module.yaml b/app/drivers/zephyr/module.yml similarity index 100% rename from app/drivers/zephyr/module.yaml rename to app/drivers/zephyr/module.yml