mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-27 15:04:15 +01:00
NES.ino: Always set browseDatabase
Fixes a compiler warning.
This commit is contained in:
parent
4b9c6430f9
commit
4d3cdd9004
@ -562,7 +562,9 @@ void getMapping() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!database.available()) {
|
if (database.available()) {
|
||||||
|
browseDatabase = false;
|
||||||
|
} else {
|
||||||
// File searched until end but nothing found
|
// File searched until end but nothing found
|
||||||
println_Msg(F(""));
|
println_Msg(F(""));
|
||||||
println_Msg(F("CRC not found in database"));
|
println_Msg(F("CRC not found in database"));
|
||||||
|
Loading…
Reference in New Issue
Block a user