Core: stop transmitting if serial or ppm signal disappears

This commit is contained in:
pascallanger
2016-12-04 18:58:29 +01:00
parent 54dd562d88
commit 8f0ecac842
3 changed files with 8 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ uint8_t frame[18];
#ifdef BASH_SERIAL
// For bit-bashed serial output
struct t_serial_bash
volatile struct t_serial_bash
{
uint8_t head ;
uint8_t tail ;