From b9b480d0813a18ccd31ea8535c1f336d06942dcf Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 7 Jul 2016 10:01:50 +0200 Subject: [PATCH] chg: name error? --- armsrc/BigBuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/BigBuf.c b/armsrc/BigBuf.c index 91cf5ce8..7d7a76d1 100644 --- a/armsrc/BigBuf.c +++ b/armsrc/BigBuf.c @@ -8,7 +8,7 @@ //----------------------------------------------------------------------------- // BigBuf and functions to allocate/free parts of it. //----------------------------------------------------------------------------- -#include "bigbuf.h" +#include "BigBuf.h" // BigBuf is the large multi-purpose buffer, typically used to hold A/D samples or traces. // Also used to hold various smaller buffers and the Mifare Emulator Memory. -- 2.39.2