Get rid of annoying warning

pull/4/head
Paul Hollinsky 2018-09-25 18:00:52 -04:00
parent 9f20d70102
commit 840fe54bcd
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ typedef struct _UART_SETTINGS
uint8_t reserved_1;
union {
uint32_t bOptions;
struct
struct sOptions
{
unsigned invert_tx : 1;
unsigned invert_rx : 1;