progress
This commit is contained in:
parent
5bd915929f
commit
456825e58c
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#include <stdint.h>
|
||||
#include "hal.h"
|
||||
|
||||
void hal_lld_init(void) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue