nt9856x/code/hdal/drivers/k_driver/source/include/cpu_protected.h
2023-03-28 15:07:53 +08:00

8 lines
164 B
C
Executable File

#if defined(__FREERTOS)
#if defined(_BSP_NA51089_)
#include "cpu_protected_na51089.h"
#elif defined(_BSP_NA51000_)
#include "cpu_protected_na51000.h"
#endif
#endif