31 lines
474 B
C
31 lines
474 B
C
#ifndef SYS_INCLUDES_H
|
|
#define SYS_INCLUDES_H
|
|
|
|
|
|
#include "init.h"
|
|
#include "event.h"
|
|
#include "malloc.h"
|
|
#include "spinlock.h"
|
|
#include "task.h"
|
|
#include "timer.h"
|
|
#include "wait.h"
|
|
#include "app_core.h"
|
|
#include "app_msg.h"
|
|
#include "database.h"
|
|
#include "fs/fs.h"
|
|
#include "power_manage.h"
|
|
#include "syscfg_id.h"
|
|
#include "bank_switch.h"
|
|
|
|
|
|
|
|
#include "generic/includes.h"
|
|
#include "device/includes.h"
|
|
#include "asm/includes.h"
|
|
#include "device/sdio_host_init.h"
|
|
|
|
|
|
|
|
#endif
|
|
|