Cleanup of unused stuff

This commit is contained in:
Oleksandr Masliuchenko 2017-06-05 22:24:52 +03:00
parent 837defdfd2
commit 23ba9478dc
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ class SerialUSBClass : public Stream{
volatile uint16_t iTail;
};
ring_buffer rx_buffer;
//ring_buffer tx_buffer;
GPIO_InitTypeDef GPIO_InitStruct;
};
extern SerialUSBClass SerialUSB;