diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-18 22:48:59 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-18 22:48:59 +0100 |
commit | a8f5d15fc6f2ee988e028ce8a5fc9f50c17309f4 (patch) | |
tree | bc474c5487557aa1dd369c9e7828ae52b688eb5d /stmhal/modpyb.c | |
parent | c66d86c5ce068e860ceb550ad75bf4da5211276b (diff) | |
download | micropython-a8f5d15fc6f2ee988e028ce8a5fc9f50c17309f4.tar.gz micropython-a8f5d15fc6f2ee988e028ce8a5fc9f50c17309f4.zip |
stmhal: Update help and comments re gpio changing to Pin.
Diffstat (limited to 'stmhal/modpyb.c')
-rw-r--r-- | stmhal/modpyb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/modpyb.c b/stmhal/modpyb.c index bb41f3e355..c17c64202a 100644 --- a/stmhal/modpyb.c +++ b/stmhal/modpyb.c @@ -13,7 +13,6 @@ #include "pybstdio.h" #include "pyexec.h" #include "led.h" -#include "gpio.h" #include "pin.h" #include "extint.h" #include "usrsw.h" |