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 Printable.h with WiFiNANA lib on Teensy 4.0 (MichaelMeissner)
main
PaulStoffregen
4 years ago
parent
673d309048
commit
6802fb6656
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
teensy4/Printable.h
+ 1
- 1
teensy4/Printable.h
View File
@@ -22,7 +22,7 @@
#ifdef __cplusplus
//#include "new.h"
#include <stdlib.h>
class Print;
Write
Preview
Loading…
Cancel
Save