🐛 Fix ENABLED => EITHER typo (#22756)
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
#include "../feature/host_actions.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(BROWSE_MEDIA_ON_INSERT, PASSWORD_ON_SD_PRINT_MENU)
|
||||
#if BOTH(BROWSE_MEDIA_ON_INSERT, PASSWORD_ON_SD_PRINT_MENU)
|
||||
#include "../feature/password/password.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user