Smart Remote 3 nRF52 v1.2
dfu_req_handling.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 #ifndef DFU_REQ_HANDLING_H__
3 #define DFU_REQ_HANDLING_H__
4 
5 #include <stdint.h>
6 #include "compiler_abstraction.h"
7 
8 __ALIGN(4) extern const uint8_t pk[64];
9 
10 
11 #endif // #ifndef DFU_REQ_HANDLING_H__

Documentation feedback | Developer Zone | Subscribe | Updated