Files
2025-12-03 11:12:34 +08:00

8 lines
154 B
C

#ifndef __LIB_CONFIG_H__
#define __LIB_CONFIG_H__
extern const int LIB_CONFIG_LPCTMU_ENABLE;
extern const int LIB_CONFIG_EXCEPTION_RESET_ENABLE;
#endif