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: 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 | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 app/drivers/zephyr/module.yaml (limited to 'app/drivers/zephyr/module.yaml') diff --git a/app/drivers/zephyr/module.yaml b/app/drivers/zephyr/module.yaml deleted file mode 100644 index cbff6a1..0000000 --- a/app/drivers/zephyr/module.yaml +++ /dev/null @@ -1,3 +0,0 @@ -build: - cmake: zephyr - kconfig: zephyr/Kconfig -- cgit v1.2.3