From 53716fcc3effbce1b7cca49d8df30ecaad8bc1dc Mon Sep 17 00:00:00 2001 From: danicampora Date: Mon, 9 Feb 2015 19:38:02 +0100 Subject: cc3200: Rename GPIO module to Pin. This change helps making the cc3200 port API a bit closer to stmhal. The ramaining differences are due to the specific hardware details of each chip. One feature that has been deliberately disabled is the possibility to add custom names and custom pin mappings. Those features are nice and convenient, but in this port, code size is a major concern. --- cc3200/mods/pybuart.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cc3200/mods/pybuart.c') diff --git a/cc3200/mods/pybuart.c b/cc3200/mods/pybuart.c index 8fad7eaa4..359d97d70 100644 --- a/cc3200/mods/pybuart.c +++ b/cc3200/mods/pybuart.c @@ -52,7 +52,6 @@ #include "uart.h" #include "pin.h" #include "pybuart.h" -#include "pybgpio.h" #include "pybioctl.h" #include "pybstdio.h" #include "mpexception.h" -- cgit v1.2.3