Browse Source

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

teensy4-core
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



#ifdef __cplusplus #ifdef __cplusplus


//#include "new.h"
#include <stdlib.h>


class Print; class Print;



Loading…
Cancel
Save