RollingGecko / VescUartControl

Arduino library to interface with the VESC bldc over UART.
Other
141 stars 75 forks source link

Fix buffer_get_bool not incrementing index #20

Closed carywin closed 6 years ago

carywin commented 6 years ago

The index variable needs to be incremented when calling this function, as it is with other "get_" functions.

carywin commented 6 years ago

This fix is simple and has been well tested. Recommend merging