Merge pull request #19 from grafalex82/patch_1

Cleanup of unused stuff
This commit is contained in:
Daniel Fekete 2017-06-06 06:09:47 +02:00 committed by GitHub
commit 6d266912d4
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;