aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/NGP.ino
diff options
context:
space:
mode:
authorVincent Pelletier <[email protected]>2022-10-22 08:25:37 +0000
committerVincent Pelletier <[email protected]>2022-10-28 05:29:20 +0000
commita555f2117f54ca50fb57b46f1bda7732a8eed18f (patch)
tree70bed9311bf74818bc4cfa972456b798085a72ab /Cart_Reader/NGP.ino
parentd81f2c0509e001a77c572200219ceb03563d1b61 (diff)
downloadcartreader-a555f2117f54ca50fb57b46f1bda7732a8eed18f.tar.gz
cartreader-a555f2117f54ca50fb57b46f1bda7732a8eed18f.zip
All: Resolve all compiler and linker warnings
No functional change intended.
Diffstat (limited to 'Cart_Reader/NGP.ino')
-rw-r--r--Cart_Reader/NGP.ino1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cart_Reader/NGP.ino b/Cart_Reader/NGP.ino
index cad21aa..288800a 100644
--- a/Cart_Reader/NGP.ino
+++ b/Cart_Reader/NGP.ino
@@ -248,7 +248,6 @@ void readROM_NGP(char* outPathBuf, size_t bufferSize) {
void scanChip_NGP() {
display_Clear();
- uint32_t block_addr = 0;
// generate name of report file
snprintf(fileName, FILENAME_LENGTH, "%s.txt", romName);