This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix compile error on Teensy 4.0
main
PaulStoffregen
4 years ago
parent
f57a0b9296
commit
48d2f63b04
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
teensy4/core_pins.h
+ 1
- 1
teensy4/core_pins.h
View File
@@ -1703,8 +1703,8 @@ static inline void digitalToggleFast(uint8_t pin)
CORE_PIN53_PORTTOGGLE = CORE_PIN53_BITMASK;
} else if (pin == 54) {
CORE_PIN54_PORTTOGGLE = CORE_PIN54_BITMASK;
}
#endif
}
} else {
digitalToggle(pin);
}
Write
Preview
Loading…
Cancel
Save