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