Correct includes (u8g.h) and spelling

This commit is contained in:
Scott Lahteine
2018-04-18 17:06:18 -05:00
parent 627348b46c
commit 184c077c58
3 changed files with 7 additions and 7 deletions

View File

@ -99,13 +99,13 @@ if [ 1 = 1 ]; then
#include <U8glib.h>
#if defined(__AVR__) && ENABLED(NOT_EXTENDED_ISO10646_1_5X7)
// reduced font (only sysmbols 1 - 127) - saves about 1278 bytes of FLASH
// reduced font (only symbols 1 - 127) - saves about 1278 bytes of FLASH
EOF
cat tmp1.h >>tmp3.h
cat << EOF >>tmp3.h
#else
// extended (original) font (sysmbols 1 - 255)
// extended (original) font (symbols 1 - 255)
EOF
cat tmp2.h >>tmp3.h
cat << EOF >>tmp3.h