mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
fix this mess of libraries
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include <stdio.h>
|
||||
#define debug_printf(fmt, ...) \
|
||||
printf("[%s:%d in %s] " fmt, __FILE__, __LINE__, __func__, ##__VA_ARGS__)
|
||||
Reference in New Issue
Block a user