K74B/app_Indie/usr/common/systemInit.h
2024-01-16 10:46:17 +08:00

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