🐛 Fix ENABLED => EITHER typo (#22756)

This commit is contained in:
Vert
2021-09-12 22:39:52 -04:00
committed by GitHub
parent 24460052d2
commit d69c053225
3 changed files with 3 additions and 3 deletions

View File

@@ -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