improve display

This commit is contained in:
philippe44
2020-01-07 19:56:31 -08:00
parent b34b3ad08e
commit 1409e1ccbe
7 changed files with 55 additions and 5 deletions

View File

@@ -452,7 +452,7 @@ static void process_dsco(u8_t *pkt, int len) {
static void process_vfdc(u8_t *pkt, int len) {
LOG_DEBUG("VFDC %u", len);
vfd_data( pkt + 4, len - 4);
vfd_data( pkt, len - 4);
}
static void process_setd(u8_t *pkt, int len) {