Skip to content

Commit

Permalink
Fix lpc u8g i2c (MarlinFirmware#15876)
Browse files Browse the repository at this point in the history
  • Loading branch information
p3p authored Nov 12, 2019
1 parent af61f37 commit 4762dfe
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#ifdef TARGET_LPC1768

extern int millis();

#ifdef __cplusplus
extern "C" {
#endif
Expand All @@ -34,7 +36,8 @@
#include <lpc17xx_libcfg_default.h>

#include "../../../core/millis_t.h"
extern int millis();


//////////////////////////////////////////////////////////////////////////////////////

// These two routines are exact copies of the lpc17xx_i2c.c routines. Couldn't link to
Expand Down

0 comments on commit 4762dfe

Please sign in to comment.