Smart Remote 3 nRF52 v1.2
sr3_bootloader_commands.h
1 /*$$$LICENCE_NORDIC_STANDARD<2017>$$$*/
2 
16 #ifndef SR3_BOOTLOADER_COMMANDS_H__
17 #define SR3_BOOTLOADER_COMMANDS_H__
18 
19 // Commands for bootloader issued by application
20 #define BOOTLOADER_DFU_START 0xB1
22 #endif /* SR3_BOOTLOADER_COMMANDS_H__ */
23 

Documentation feedback | Developer Zone | Subscribe | Updated