stm32f407-openocd/Core/Inc/debug.h

6 lines
85 B
C
Raw Permalink Normal View History

2024-06-12 08:32:58 +00:00
#ifndef DEBUG_H
#define DEBUG_H
extern void Printf(const char *format, ...);
#endif