removed unneeded #include (used during debugging)

This commit is contained in:
blckmn 2016-07-25 21:33:53 +10:00
parent 7cb86a7552
commit f9120c023a
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
#include "stdbool.h"
#include "drivers/system.h"
#include <string.h>
LINE_CODING g_lc;
extern __IO uint8_t USB_Tx_State;