From cca249782b449b975090972119b971241c3585e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 28 Jun 2017 15:42:22 +0200 Subject: [PATCH] remove debug library --- lib/flash_sdcard.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/flash_sdcard.c b/lib/flash_sdcard.c index 877e789..14106ae 100644 --- a/lib/flash_sdcard.c +++ b/lib/flash_sdcard.c @@ -34,8 +34,6 @@ #include "global.h" // global utilities #include "flash_sdcard.h" // SD card header and definitions -#include "print.h" - /** @defgroup flash_sdcard_spi SPI used to communication with SD card * @{ */