dstroy0 / InputHandler

Arduino input handler
https://dstroy0.github.io/InputHandler/
GNU General Public License v3.0
1 stars 0 forks source link

GetCommandFromStream rx_ buffer_size variable type #4

Closed dstroy0 closed 2 years ago

dstroy0 commented 2 years ago

GetCommandFromStream's rx_buffer_size should be type changed to size_t since it is "unknown" what size it will need to be.

dstroy0 commented 2 years ago

rx_buffer_size changed to size_t