Browse Source

Fix Printable.h with WiFiNANA lib on Teensy 4.0 (MichaelMeissner)

main
PaulStoffregen 4 years ago
parent
commit
6802fb6656
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save