Skip to content
Snippets Groups Projects
Verified Commit d19fa787 authored by rahix's avatar rahix
Browse files

chore(epicardium): Move serial into modules


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 2433b2f0
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#include "pmic.h"
#include "leds.h"
#include "api/dispatcher.h"
#include "serial.h"
#include "modules/serial.h"
#include "FreeRTOS.h"
#include "task.h"
......
......@@ -67,7 +67,6 @@ elf = executable(
name + '.elf',
'cdcacm.c',
'main.c',
'serial.c',
'support.c',
module_sources,
dependencies: [libcard10, max32665_startup_core0, maxusb],
......
module_sources = files(
'leds.c',
'serial.c',
)
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment