Files
99_7018_lmx/include_lib/system/includes.h

31 lines
474 B
C
Raw Normal View History

2025-10-29 13:10:02 +08:00
#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