Commit cba8d4f 1 parent 3ec5bbf commit cba8d4f Copy full SHA for cba8d4f
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
#warning "Your Configuration provides no method to acquire user feedback!"
60
60
#endif
61
61
62
- #if MB(DUE3DOM_MINI) && PIN_EXISTS(TEMP_2) && DISABLED( TEMP_SENSOR_BOARD)
62
+ #if MB(DUE3DOM_MINI) && PIN_EXISTS(TEMP_2) && ! TEMP_SENSOR_BOARD
63
63
#warning "Onboard temperature sensor for BOARD_DUE3DOM_MINI has moved from TEMP_SENSOR_2 (TEMP_2_PIN) to TEMP_SENSOR_BOARD (TEMP_BOARD_PIN)."
64
- #elif MB(BTT_SKR_E3_TURBO) && PIN_EXISTS(TEMP_2) && DISABLED( TEMP_SENSOR_BOARD)
64
+ #elif MB(BTT_SKR_E3_TURBO) && PIN_EXISTS(TEMP_2) && ! TEMP_SENSOR_BOARD
65
65
#warning "Onboard temperature sensor for BOARD_BTT_SKR_E3_TURBO has moved from TEMP_SENSOR_2 (TEMP_2_PIN) to TEMP_SENSOR_BOARD (TEMP_BOARD_PIN)."
66
66
#endif
67
67
You can’t perform that action at this time.
0 commit comments