mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-28 09:50:38 +00:00
Replace U8GLI v1.11 with v1.17
In Travis we already test against 1.17.
This commit is contained in:
parent
9d2a980bcf
commit
6f4873329e
121 changed files with 19375 additions and 5937 deletions
ArduinoAddons/Arduino_1.0.x/libraries/U8glib/utility
|
@ -36,9 +36,9 @@
|
|||
|
||||
#include "u8g.h"
|
||||
|
||||
uint8_t u8g_InitCom(u8g_t *u8g, u8g_dev_t *dev)
|
||||
uint8_t u8g_InitCom(u8g_t *u8g, u8g_dev_t *dev, uint8_t clk_cycle_time)
|
||||
{
|
||||
return dev->com_fn(u8g, U8G_COM_MSG_INIT, 0, NULL);
|
||||
return dev->com_fn(u8g, U8G_COM_MSG_INIT, clk_cycle_time, NULL);
|
||||
}
|
||||
|
||||
void u8g_StopCom(u8g_t *u8g, u8g_dev_t *dev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue