From 95d7d56581a9de9c62ab805a872d5900ff12e8ef Mon Sep 17 00:00:00 2001 From: entrpntr Date: Tue, 31 Mar 2020 14:15:21 -0400 Subject: Disassemble pic banks. --- tools/scan_includes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/scan_includes.c') diff --git a/tools/scan_includes.c b/tools/scan_includes.c index 63af3bcf..734c147f 100644 --- a/tools/scan_includes.c +++ b/tools/scan_includes.c @@ -69,7 +69,7 @@ void scan_file(char* filename) { } else if ((strncmp(buffer, "INCLUDE", 7) == 0) || (strncmp(buffer, "include", 7) == 0)) { is_include = true; } - if (is_incbin || is_include) { + if (is_include) { buffer = strchr(buffer, '"'); if (!buffer) { break; -- cgit v1.2.3