MarlinFirmware / U8glib-HAL

Customized U8glib for use in Marlin 2.0
Other
45 stars 33 forks source link

Make u8g_outClock and friends static #28

Closed swills closed 3 years ago

swills commented 3 years ago

This brings u8g_com_arduino_sw_spi.c in line with u8g_com_arduino_st7920_custom.c and u8g_com_arduino_st7920_spi.c and avoids a duplicate symbol issue. See https://github.com/MarlinFirmware/Marlin/issues/18368 and https://github.com/MarlinFirmware/Marlin/pull/22826

thinkyhead commented 3 years ago

We could probably also solve issues by renaming .c files with a .cpp extension so they are compiled with C++ semantics.