removed leftover debugging bits

This commit is contained in:
sommersoft 2018-03-23 15:45:30 +00:00
parent d434635822
commit ccbe557e30
1 changed files with 4 additions and 6 deletions

View File

@ -25,7 +25,6 @@
*/
#include "usb.h"
#include <stdio.h>
#include <stdint.h>
@ -50,7 +49,6 @@
#include "usb_mass_storage.h"
#include "supervisor/shared/autoreload.h"
#include "supervisor/serial.h"
// Store received characters on our own so that we can filter control characters
// and act immediately on CTRL-C for example.