Browse Source

Include WCharacter.h by default

teensy4-core
PaulStoffregen 8 years ago
parent
commit
2f8709c6c9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h View File

@@ -34,7 +34,7 @@
#include "usb_touch.h"
#include "usb_undef.h" // do not allow usb_desc.h stuff to leak to user programs

//#include "WCharacter.h"
#include "WCharacter.h"
#include "WString.h"
#include "elapsedMillis.h"
#include "IntervalTimer.h"

Loading…
Cancel
Save