RUI3 (RAK Unified Interface 3) - RAK4631
udrv_dfu.h
Go to the documentation of this file.
1 #ifndef _UDRV_DFU_H_
2 #define _UDRV_DFU_H_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include <stdint.h>
9 
10 void udrv_enter_dfu (void);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif // #ifndef _UDRV_DFU_H_
void udrv_enter_dfu(void)