diff options
author | Dave Hylands <dhylands@gmail.com> | 2015-07-28 11:13:33 -0700 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-07-30 00:38:32 +0100 |
commit | 92d4b51ad5d828930334f87d9619a78b5877a384 (patch) | |
tree | b055ba812bfce720130c6c52272bde38e80a00c9 /stmhal/pin_defs_stmhal.h | |
parent | 7e7fb0b7a3d716062281c2366de97a41a1ea87c1 (diff) | |
download | micropython-92d4b51ad5d828930334f87d9619a78b5877a384.tar.gz micropython-92d4b51ad5d828930334f87d9619a78b5877a384.zip |
stmhal: Add STM32F7DISC and associated changes.
Diffstat (limited to 'stmhal/pin_defs_stmhal.h')
-rw-r--r-- | stmhal/pin_defs_stmhal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/pin_defs_stmhal.h b/stmhal/pin_defs_stmhal.h index 05b62532db..80c967016d 100644 --- a/stmhal/pin_defs_stmhal.h +++ b/stmhal/pin_defs_stmhal.h @@ -38,6 +38,7 @@ enum { PORT_H, PORT_I, PORT_J, + PORT_K, }; enum { |