added new constant for impl

This commit is contained in:
Narayan
2025-08-19 12:11:55 -07:00
parent fbf9db3e45
commit 576d320fb7

View File

@@ -15,8 +15,13 @@
/* Default folder */
#define DEFAULT_DIR "sdmc:/"
/* Maximum number of lines that can be displayed */
/* Maximum number of lines that can be displayed on bottom screen */
#define MAX_LIST 28
/* Arbitrary cap for number of stored parent positions in folder to avoid
* unbounded memory consumption. If directories are added exceeding this,
* dequeues path closest to root to make space.
*/
#define MAX_DIRECTORIES 20
struct watchdogInfo
{