35 lines
278 B
C
35 lines
278 B
C
|
#ifndef _SYSTEM_INIT_H
|
||
|
|
||
|
#include <appConfig.h>
|
||
|
#include "systick_device.h"
|
||
|
#include <taskManager.h>
|
||
|
#include "flash_device.h"
|
||
|
|
||
|
#include <SoftTimerTask.h>
|
||
|
#include <hwProtection.h>
|
||
|
#include <pmu_device.h>
|
||
|
#include <gpio_device.h>
|
||
|
|
||
|
void SYS_Init(void);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|