1 // 2 // Minimal support for printf to USART 3 // - current version is just blocking 4 5 #ifndef _APP_DEBUG_H 6 #define _APP_DEBUG_H 7 8 void APP_Debug_Initialize(void); 9 10 #endif
1 // 2 // Minimal support for printf to USART 3 // - current version is just blocking 4 5 #ifndef _APP_DEBUG_H 6 #define _APP_DEBUG_H 7 8 void APP_Debug_Initialize(void); 9 10 #endif