From 30c01c94ef88c21e8abce0e29b3d4c4c135d5324 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 2 Jun 2018 05:41:08 -0700 Subject: [PATCH] Rename file to match #include directive Mismatch of case between filename and #include directive causes compilation to fail in case sensitive operating systems such as Linux. Rather than correct the filename in the #include directive I have chosen to change the filename to make it consistent with the other file of the similar name. A search indicates that this is also consistent with the official spelling of the font. --- .../{ArialRoundedMtBold_14.h => ArialRoundedMTBold_14.h} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/320 x 240/weather-station/{ArialRoundedMtBold_14.h => ArialRoundedMTBold_14.h} (100%) diff --git a/examples/320 x 240/weather-station/ArialRoundedMtBold_14.h b/examples/320 x 240/weather-station/ArialRoundedMTBold_14.h similarity index 100% rename from examples/320 x 240/weather-station/ArialRoundedMtBold_14.h rename to examples/320 x 240/weather-station/ArialRoundedMTBold_14.h