summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/modpyb.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-18 22:48:59 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-18 22:48:59 +0100
commita8f5d15fc6f2ee988e028ce8a5fc9f50c17309f4 (patch)
treebc474c5487557aa1dd369c9e7828ae52b688eb5d /stmhal/modpyb.c
parentc66d86c5ce068e860ceb550ad75bf4da5211276b (diff)
downloadmicropython-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.c1
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"