12 lines
		
	
	
		
			245 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			245 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #if defined(__FREERTOS)
 | |
| #if defined(_BSP_NA51089_)
 | |
| #include "efuse_protected_na51089.h"
 | |
| #elif defined(_BSP_NA51000_)
 | |
| #include "efuse_protected_na51000.h"
 | |
| #endif
 | |
| #else
 | |
| #if defined(_BSP_NA51089_)
 | |
| #include "efuse_protected_na51089.h"
 | |
| #endif
 | |
| #endif
 | 
