diff options
Diffstat (limited to 'teensy/modpyb.c')
| -rw-r--r-- | teensy/modpyb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/teensy/modpyb.c b/teensy/modpyb.c index 64b9bda2d..81149d89b 100644 --- a/teensy/modpyb.c +++ b/teensy/modpyb.c @@ -39,7 +39,6 @@  #include "gc.h"  #include "gccollect.h"  #include "systick.h" -#include "pybstdio.h"  #include "pyexec.h"  #include "led.h"  #include "pin.h" @@ -59,6 +58,7 @@  #include "dac.h"  #include "usb.h"  #include "portmodules.h" +#include "pybstdio.h"  /// \module pyb - functions related to the pyboard  /// | 
