SAME54P20A Test Project
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