skl-tunnel/atmel_start.c
2022-06-16 23:39:07 +03:00

10 lines
141 B
C

#include <atmel_start.h>
/**
* Initializes MCU, drivers and middleware in the project
**/
void atmel_start_init(void)
{
system_init();
}