mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Fix compile error
This commit is contained in:
parent
a8a981e137
commit
34981fdb8e
@ -1185,7 +1185,11 @@ void addonMenu() {
|
||||
|
||||
#ifdef enable_FLASH
|
||||
case 2:
|
||||
#ifdef enable_FLASH16
|
||||
flashMenu();
|
||||
#else
|
||||
flashromMenu8();
|
||||
#endif
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user