Browse Source

Fix PASSWORD compile w/out LCD (#19888)

vanilla_fb_2.0.x
ellensp 4 years ago
committed by GitHub
parent
commit
2e48d6cf70
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/feature/password/password.h

2
Marlin/src/feature/password/password.h

@ -31,10 +31,10 @@ public:
Password() { is_locked = false; }
static void lock_machine();
static void authentication_check();
#if HAS_LCD_MENU
static void access_menu_password();
static void authentication_check();
static void authentication_done();
static void media_gatekeeper();

Loading…
Cancel
Save