aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/board_serial.h
Commit message (Collapse)AuthorAgeFilesLines
* board_serial: use a uint8_t bufferAndrew Tridgell2014-07-081-1/+1
| | | | | | we should not be using 'char' for binary APIs, as the C standard does not specify if it is signed or unsigned, so results may not be consistent
* Added functionality to read serialLorenz Meier2014-01-071-0/+49