armsrc: put new frame parsing in common for usart (still usart_read_ng to do)

This commit is contained in:
Philippe Teuwen 2019-04-20 01:47:50 +02:00
commit a45238236d
5 changed files with 37 additions and 28 deletions

View file

@ -421,6 +421,8 @@ typedef struct {
#define PM3_EMALLOC -12
// File error
#define PM3_EFILE -13
// No data
#define PM3_NODATA -98
// Quit program
#define PM3_EFATAL -99