From b4e3fab85fcd9f5b1502ec991c81302b910492d3 Mon Sep 17 00:00:00 2001 From: Leo C Date: Tue, 3 Apr 2018 13:43:51 +0200 Subject: Remove STM32 variant (and submodule libopencm3) Make spi_wait() and spi_write() allways inline. --- stm32/debug.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 stm32/debug.h (limited to 'stm32/debug.h') diff --git a/stm32/debug.h b/stm32/debug.h deleted file mode 100644 index 692c879..0000000 --- a/stm32/debug.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * (C) Copyright 2014 Leo C. - * - * 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_ */ -- cgit v1.2.3