From c66d86c5ce068e860ceb550ad75bf4da5211276b Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 18 Apr 2014 22:38:09 +0100 Subject: stmhal: Big cleanup; merge gpio into Pin; make names consistent. This is an attempt to clean up the Micro Python API on the pyboard. Gpio functionality is now in the Pin object, which seems more natural. Constants for MODE and PULL are now in pyb.Pin. Names of some classes have been adjusted to conform to CamelCase. Other miscellaneous changes and clean up here and there. --- stmhal/stm32f4xx_it.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/stm32f4xx_it.c') diff --git a/stmhal/stm32f4xx_it.c b/stmhal/stm32f4xx_it.c index df69f52b8e..9b64f6165c 100644 --- a/stmhal/stm32f4xx_it.c +++ b/stmhal/stm32f4xx_it.c @@ -47,7 +47,7 @@ #include "mpconfig.h" #include "qstr.h" #include "obj.h" -#include "exti.h" +#include "extint.h" #include "timer.h" #include "storage.h" -- cgit v1.2.3