This commit is contained in:
rusefillc 2023-05-24 20:22:54 -04:00
parent 5bd915929f
commit 456825e58c
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PLATFORMSRC_CONTRIB :=
PLATFORMSRC_CONTRIB := ${ARTERY_CONTRIB}/os/hal/ports/ARTERY/hal_lld.c
PLATFORMINC_CONTRIB := ${ARTERY_CONTRIB}/os/hal/ports/ARTERY

View File

@ -0,0 +1,6 @@
#include <stdint.h>
#include "hal.h"
void hal_lld_init(void) {
}