diff options
author | Damien George <damien.p.george@gmail.com> | 2017-03-02 16:17:04 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-03-02 16:17:34 +1100 |
commit | 4f3c1b3fc19d2cf0fcaff37425257aa210541e7f (patch) | |
tree | 37119f1c3465f858356a5a6680e27c4ab67e93cb | |
parent | ecc635d551aa8fa5e02d2cb810b929ec92c54c3f (diff) |
stmhal/modnwcc3k: Add include for mp_hal_delay_ms.
-rw-r--r-- | stmhal/modnwcc3k.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/modnwcc3k.c b/stmhal/modnwcc3k.c index 753ab7528..e1426c055 100644 --- a/stmhal/modnwcc3k.c +++ b/stmhal/modnwcc3k.c @@ -36,6 +36,7 @@ #include "py/stream.h" #include "py/runtime.h" #include "py/mperrno.h" +#include "py/mphal.h" #include "netutils.h" #include "modnetwork.h" #include "pin.h" |