Tab to Space

This commit is contained in:
esenapaj 2016-07-02 07:53:38 +09:00
parent b4fee31a84
commit 03b8f88092
2 changed files with 6 additions and 6 deletions

View File

@ -187,10 +187,10 @@
#define MSG_HEATING_COMPLETE "Rozgrzano"
#define MSG_BED_HEATING "Rozgrzewanie loza..."
#define MSG_BED_DONE "Rozgrzano loze"
#define MSG_DELTA_CALIBRATE "Kalibrowanie Delty"
#define MSG_DELTA_CALIBRATE_X "Kalibruj X"
#define MSG_DELTA_CALIBRATE_Y "Kalibruj Y"
#define MSG_DELTA_CALIBRATE_Z "Kalibruj Z"
#define MSG_DELTA_CALIBRATE_CENTER "Kalibruj środek"
#define MSG_DELTA_CALIBRATE "Kalibrowanie Delty"
#define MSG_DELTA_CALIBRATE_X "Kalibruj X"
#define MSG_DELTA_CALIBRATE_Y "Kalibruj Y"
#define MSG_DELTA_CALIBRATE_Z "Kalibruj Z"
#define MSG_DELTA_CALIBRATE_CENTER "Kalibruj środek"
#endif // LANGUAGE_PL_H

View File

@ -223,7 +223,7 @@ static void finISR(timer16_Sequence_t timer) {
}
#else //!WIRING
// For arduino - in future: call here to a currently undefined function to reset the timer
UNUSED(timer);
UNUSED(timer);
#endif
}