]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - stm32/debug.h
Remove STM32 variant (and submodule libopencm3)
[z180-stamp.git] / stm32 / debug.h
diff --git a/stm32/debug.h b/stm32/debug.h
deleted file mode 100644 (file)
index 692c879..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
- */
-
-#ifndef DEBUG_H_
-#define DEBUG_H_
-
-#ifdef DEBUG
-#define DBG_P(lvl, ...) if (DEBUG>=lvl) fprintf( stderr,  __VA_ARGS__ )
-#else
-#define DBG_P(lvl, ...)
-#endif
-
-#endif /* DEBUG_H_ */