浏览代码

Fix build

Alex Voinea 3 年之前
父节点
当前提交
b3a53f6436
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -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();
 }