Skip to content

Commit

Permalink
🔧 Added MOTHERBOARD error text
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 15, 2023
1 parent 80a2555 commit 5acf738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
* Warnings for old configurations
*/
#ifndef MOTHERBOARD
#error "MOTHERBOARD is required."
#error "MOTHERBOARD is required. You must '#define MOTHERBOARD BOARD_MYNAME' (not just '#define BOARD_MYNAME')."
#elif !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
#error "X_BED_SIZE and Y_BED_SIZE are now required!"
#elif WATCH_TEMP_PERIOD > 500
Expand Down

0 comments on commit 5acf738

Please sign in to comment.