Smart Remote 3 nRF52 v1.2
sr3_bootloader.h
1 /*$$$LICENCE_NORDIC_STANDARD<2017>$$$*/
19 #ifndef SR3_BOOTLOADER_H__
20 #define SR3_BOOTLOADER_H__
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
33 
39 
44 void sr3_bootloader_board_init(void);
45 
46 #ifdef __cplusplus
47 }
48 #endif
49 
50 #endif /* SR3_BOOTLOADER_H__ */
51 

Documentation feedback | Developer Zone | Subscribe | Updated