Rename all UBL files with a ubl_ prefix

This commit is contained in:
Scott Lahteine
2017-04-05 19:25:36 -05:00
parent 11430b6d33
commit f5c5c1f771
8 changed files with 7 additions and 8 deletions

View File

@ -165,7 +165,7 @@
#endif
#if ENABLED(AUTO_BED_LEVELING_UBL)
#include "UBL.h"
#include "ubl.h"
#endif
#if ENABLED(ABL_BILINEAR_SUBDIVISION)