Overdrivr / Telemetry

Data visualization and communication with embedded devices
MIT License
136 stars 27 forks source link

Interface improvement of transport API functions #45

Closed Overdrivr closed 8 years ago

Overdrivr commented 8 years ago

Currently, read and write are defined as

uint32_t (void * data, ..)

It should be better to use

uint32_t (uint8_t * data, ..
Overdrivr commented 8 years ago

Fixed by dc4d58ab86cfd4d7697802f64512d47d1fd22861 Closing