picoco/buzzer/log.h
2025-03-03 15:36:32 +01:00

6 lines
73 B
C

#ifndef LOG_H
#define LOG_H
void debug(const char *format, ...);
#endif