Chris Pepper
5年前
コミッターのメールアドレスに関連付けられたアカウントが存在しません
|
@@ -25,6 +25,8 @@
|
25
|
25
|
|
26
|
26
|
#ifdef TARGET_LPC1768
|
27
|
27
|
|
|
28
|
+extern int millis();
|
|
29
|
+
|
28
|
30
|
#ifdef __cplusplus
|
29
|
31
|
extern "C" {
|
30
|
32
|
#endif
|
|
@@ -34,7 +36,8 @@
|
34
|
36
|
#include <lpc17xx_libcfg_default.h>
|
35
|
37
|
|
36
|
38
|
#include "../../../core/millis_t.h"
|
37
|
|
-extern int millis();
|
|
39
|
+
|
|
40
|
+
|
38
|
41
|
//////////////////////////////////////////////////////////////////////////////////////
|
39
|
42
|
|
40
|
43
|
// These two routines are exact copies of the lpc17xx_i2c.c routines. Couldn't link to
|