Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined.
This commit is contained in:
		| @@ -1181,6 +1181,7 @@ void MainMenu::showControlTemp() | |||||||
|         } |         } | ||||||
|          |          | ||||||
|       }break; |       }break; | ||||||
|  |       	#ifdef PIDTEMP | ||||||
|       case ItemCT_PID_P:  |       case ItemCT_PID_P:  | ||||||
|       { |       { | ||||||
|       if(force_lcd_update) |       if(force_lcd_update) | ||||||
| @@ -1323,6 +1324,7 @@ void MainMenu::showControlTemp() | |||||||
|         } |         } | ||||||
|          |          | ||||||
|       } |       } | ||||||
|  |       	#endif | ||||||
|       #endif |       #endif | ||||||
|       break; |       break; | ||||||
|     default:    |     default:    | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user