SAME54P20A Test Project
src
main.c
Go to the documentation of this file.
1
8
#include "
igloo.h
"
9
#include "core.h"
10
11
int
main()
12
{
13
mcu_init();
14
for
(;;)
15
{
16
asm
volatile
(
"nop"
);
17
}
18
return
0;
19
}
igloo.h
Generated by
1.8.20