diff options
author | Damien George <damien.p.george@gmail.com> | 2017-09-06 14:09:13 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-09-06 14:09:13 +1000 |
commit | 4a93801c12898898744131f57d79cf216d0861b3 (patch) | |
tree | 1de68ace1e4799d82c65f3f4e0b29554f611d996 /examples/pins.py | |
parent | 01dd7804b87d60b2deab16712eccb3b97351a9b7 (diff) |
all: Update Makefiles and others to build with new ports/ dir layout.
Also renames "stmhal" to "stm32" in documentation and everywhere else.
Diffstat (limited to 'examples/pins.py')
-rw-r--r-- | examples/pins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pins.py b/examples/pins.py index ab359f692..aafdb4813 100644 --- a/examples/pins.py +++ b/examples/pins.py @@ -1,5 +1,5 @@ # Print a nice list of pins, their current settings, and available afs. -# Requires pins_af.py from stmhal/build-PYBV10/ directory. +# Requires pins_af.py from ports/stm32/build-PYBV10/ directory. import pyb import pins_af |