Rename all UBL files with a ubl_ prefix

This commit is contained in:
Scott Lahteine
2017-04-05 19:25:36 -05:00
committed by Bob-the-Kuhn
parent d13991ae18
commit 1b3a26f2f5
8 changed files with 7 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ uint16_t max_display_update_time = 0;
int32_t lastEncoderMovementMillis;
#if ENABLED(AUTO_BED_LEVELING_UBL)
#include "UBL.h"
#include "ubl.h"
#endif
#if HAS_POWER_SWITCH