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/usrsw.c | |
| parent | c66d86c5ce068e860ceb550ad75bf4da5211276b (diff) | |
stmhal: Update help and comments re gpio changing to Pin.
Diffstat (limited to 'stmhal/usrsw.c')
| -rw-r--r-- | stmhal/usrsw.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/stmhal/usrsw.c b/stmhal/usrsw.c index 6e73cf69b..0d5d7e9b0 100644 --- a/stmhal/usrsw.c +++ b/stmhal/usrsw.c @@ -6,12 +6,10 @@  #include "qstr.h"  #include "obj.h"  #include "runtime.h" -#include "usrsw.h" -  #include "extint.h" -#include "gpio.h"  #include "pin.h"  #include "genhdr/pins.h" +#include "usrsw.h"  // Usage Model:  //  | 
