8 lines
168 B
C
Executable File
8 lines
168 B
C
Executable File
#if defined(__FREERTOS)
|
|
#if defined(_BSP_NA51089_)
|
|
#include "cache_protected_na51089.h"
|
|
#elif defined(_BSP_NA51000_)
|
|
#include "cache_protected_na51000.h"
|
|
#endif
|
|
#endif
|