From 9506159380f3b76502ef98630b217df50bd8e955 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Tue, 26 Feb 2019 14:49:11 +0800 Subject: [PATCH] fomu-flash: disable ICE40_DEBUG_PATCH Since we've got ice40 working, we don't need to debug it anymore. Signed-off-by: Sean Cross --- fomu-flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fomu-flash.c b/fomu-flash.c index 34fab8b..4567407 100755 --- a/fomu-flash.c +++ b/fomu-flash.c @@ -25,7 +25,7 @@ static unsigned int F_RESET = 27; #define F_DONE 17 -#define DEBUG_ICE40_PATCH +// #define DEBUG_ICE40_PATCH static int spi_irw_readb(void *data) { return spiRx(data);