mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 13:09:17 +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;
|
||||
}
|
||||
}
|
||||
if (!database.available()) {
|
||||
if (database.available()) {
|
||||
browseDatabase = false;
|
||||
} else {
|
||||
// File searched until end but nothing found
|
||||
println_Msg(F(""));
|
||||
println_Msg(F("CRC not found in database"));
|
||||
|
Loading…
Reference in New Issue
Block a user