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

12 lines
249 B
C
Executable File

#if defined(__FREERTOS)
#if defined(_BSP_NA51089_)
#include "crypto_protected_na51089.h"
#elif defined(_BSP_NA51000_)
#include "crypto_protected_na51000.h"
#endif
#else
#if defined(_BSP_NA51089_)
//#include "efuse_protected_na51055.h"
#endif
#endif