Remove the include directory. Add init_clock.[ch]
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "include/board/clock_config.h"
|
||||
#include "init_clock.h"
|
||||
#include "init_peripherials.h"
|
||||
#include "usb_composite_device.h"
|
||||
#include "led_driver.h"
|
||||
|
||||
void main() {
|
||||
InitPeripherials();
|
||||
BOARD_BootClockRUN();
|
||||
InitClock();
|
||||
LedDriver_EnableAllLeds();
|
||||
InitUsb();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user