diff options
Diffstat (limited to 'os/hal/platforms/AVR/serial_lld.c')
-rw-r--r-- | os/hal/platforms/AVR/serial_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/AVR/serial_lld.c b/os/hal/platforms/AVR/serial_lld.c index c35cdca4b..ce7a928f0 100644 --- a/os/hal/platforms/AVR/serial_lld.c +++ b/os/hal/platforms/AVR/serial_lld.c @@ -70,7 +70,7 @@ static const SerialConfig default_config = { /*===========================================================================*/
static void set_error(uint8_t sra, SerialDriver *sdp) {
- chnflags_t sts = 0;
+ flagsmask_t sts = 0;
uint8_t dor = 0;
uint8_t upe = 0;
uint8_t fe = 0;
|