client-c  0.8.1
cc32xx_stdio.h
Go to the documentation of this file.
1 
17 #ifndef CC32XX_STDIO_H_
18 #define CC32XX_STDIO_H_
19 
20 #include <stdio.h>
21 
22 #define KAA_EXIT(e) cc32xx_reboot()
23 void cc32xx_reboot(void);
24 
25 #endif /* CC32XX_STDIO_H_ */
void cc32xx_reboot(void)