You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8c57cadbe7
When `REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER` is defined and Re-ARM build is attempted, `u8g_fontutf8.cpp` includes `fontutils.h` which uses `abs()`. However, `abs()` is defined in `stdlib.h` which is not included in `fontutils.h`, so compile fails with an error. Include `stdlib.h` in `fontutils.h` so that `abs()` is defined before `u8g_fontutf8.cpp` needs to use it, resolving the compile error. Signed-off-by: Jamie Bainbridge <jamie.bainbridge@gmail.com> |
7 years ago | |
---|---|---|
.. | ||
dogm | 7 years ago | |
language | 7 years ago | |
fontutils.cpp | 7 years ago | |
fontutils.h | 7 years ago | |
lcdprint.h | 7 years ago | |
lcdprint_hd44780.cpp | 7 years ago | |
lcdprint_u8g.cpp | 7 years ago | |
malyanlcd.cpp | 7 years ago | |
thermistornames.h | 7 years ago | |
u8g_fontutf8.cpp | 7 years ago | |
u8g_fontutf8.h | 7 years ago | |
ultralcd.cpp | 7 years ago | |
ultralcd.h | 7 years ago | |
ultralcd_common_HD44780.h | 7 years ago | |
ultralcd_impl_DOGM.h | 7 years ago | |
ultralcd_impl_HD44780.h | 7 years ago |