app_drv.h
Go to the documentation of this file.
1 #ifndef __APP_DRV_H__
2 #define __APP_DRV_H__
3 
4 #include "app_drv_config.h"
5 
6 #if FLASH_PROTECT_PRIORITY
7 #define protection_push() platform_interrupt_protection_push()
8 #define protection_pop() platform_interrupt_protection_pop()
9 #else
10 #define protection_push()
11 #define protection_pop()
12 #endif
13 
14 #endif
app_drv_config.h
Header file of app driver config code.