Skip to content

Commit 2ca9000

Browse files
committed
Set the proper amount of watches in the Settings struct
1 parent a1fa429 commit 2ca9000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttyd-tools/rel/include/global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ struct SettingsStruct
600600
uint16_t CheatButtonCombos[100];
601601
bool DisplaysActive[100];
602602
uint16_t DisplaysButtonCombos[100];
603-
MemoryWatchStruct MemoryWatchSettings[30];
603+
MemoryWatchStruct MemoryWatchSettings[60];
604604
};
605605

606606
struct CheckHeaps

0 commit comments

Comments
 (0)