X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/57b382558d0f2a5146bea735943f09c6d1b83286..782614dbb55addcae8c9d4d9e1ce3dec81287282:/Projects/Benito/Benito.c?ds=inline diff --git a/Projects/Benito/Benito.c b/Projects/Benito/Benito.c index 26b5ad2b8..9db6a3f84 100644 --- a/Projects/Benito/Benito.c +++ b/Projects/Benito/Benito.c @@ -37,10 +37,10 @@ #include "Benito.h" /** Circular buffer to hold data from the serial port before it is sent to the host. */ -RingBuffer_t USARTtoUSB_Buffer; +static RingBuffer_t USARTtoUSB_Buffer; /** Underlying data buffer for \ref USARTtoUSB_Buffer, where the stored bytes are located. */ -uint8_t USARTtoUSB_Buffer_Data[128]; +static uint8_t USARTtoUSB_Buffer_Data[128]; /** Pulse generation counters to keep track of the number of milliseconds remaining for each pulse type */ volatile struct