General cleanup

This commit is contained in:
Scott Lahteine 2020-12-23 22:41:52 -06:00
parent 81d7bd8f41
commit e83b7edefc
2 changed files with 2 additions and 2 deletions

View File

@ -1878,7 +1878,7 @@ static_assert(hbm[Z_AXIS] >= 0, "HOMING_BUMP_MM.Z must be greater than or equal
#error "TEMP_SENSOR_PROBE requires TEMP_PROBE_PIN."
#elif !HAS_TEMP_ADC_PROBE
#error "TEMP_PROBE_PIN must be an ADC pin."
#elif !ENABLED(FIX_MOUNTED_PROBE)
#elif DISABLED(FIX_MOUNTED_PROBE)
#error "TEMP_SENSOR_PROBE shouldn't be set without FIX_MOUNTED_PROBE."
#endif
#endif

View File

@ -280,7 +280,7 @@
* ----- -----
* LCD LCD
*/
#define LCD_PINS_RS EXPA1_07_PIN
#define BTN_EN1 EXPA1_05_PIN