X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a8ee668770c99f651346266a506b79192e944ab3..b82c2f85e457f361b119d21a31f3263ac3489cc8:/armsrc/BigBuf.c 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.