Skip to content

Commit 4078336

Browse files
committed
teensy: Update to compile with latest changes to stmhal Pin class.
1 parent 2f96b19 commit 4078336

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

teensy/qstrdefsport.h

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Q(PinAF)
6464
Q(PinNamed)
6565
Q(init)
6666
Q(value)
67+
Q(alt)
6768
Q(low)
6869
Q(high)
6970
Q(name)
@@ -83,14 +84,18 @@ Q(pull)
8384
Q(index)
8485
Q(reg)
8586
Q(IN)
87+
Q(OUT)
88+
Q(OPEN_DRAIN)
89+
Q(ALT)
90+
Q(ALT_OPEN_DRAIN)
91+
Q(ANALOG)
92+
Q(PULL_UP)
93+
Q(PULL_DOWN)
8694
Q(OUT_PP)
8795
Q(OUT_OD)
8896
Q(AF_PP)
8997
Q(AF_OD)
90-
Q(ANALOG)
9198
Q(PULL_NONE)
92-
Q(PULL_UP)
93-
Q(PULL_DOWN)
9499

95100
// for Timer class
96101
Q(Timer)

0 commit comments

Comments
 (0)