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
make SPCR.enable_pins() public
main
PaulStoffregen
11 years ago
parent
9f839edf0b
commit
a3b3f64d0d
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
teensy3/avr_emulation.h
+ 1
- 0
teensy3/avr_emulation.h
View File
@@ -1004,6 +1004,7 @@ private:
}
}
static uint8_t pinout;
public:
inline void enable_pins(void) __attribute__((always_inline)) {
//serial_print("enable_pins\n");
if ((pinout & 1) == 0) {
Write
Preview
Loading…
Cancel
Save