stm32f407-openocd/Core/Inc/debug.h

6 lines
85 B
C

#ifndef DEBUG_H
#define DEBUG_H
extern void Printf(const char *format, ...);
#endif