Fix build

This commit is contained in:
Alex Voinea 2022-02-07 14:41:56 +02:00 committed by GitHub
parent db79ae9d5e
commit b3a53f6436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2075,7 +2075,7 @@ static void lcd_support_menu()
#endif //MK1BP
#ifdef DEBUG_PULLUP_CRASH
MENU_ITEM_FUNCTION_P(_n("Test Pullup Crash"), TestTestPullupCrash);
MENU_ITEM_FUNCTION_P(_n("Test Pullup Crash"), TestPullupCrash);
#endif // DEBUG_PULLUP_CRASH
MENU_END();
}