mirror of https://github.com/ARMmbed/mbed-os.git
SiLabs: serial_api: Add missing object to sleep fix
Commit 49f63130
'SiLabs: serial_api: Keep track of sleep mode changes'
did not include the added field to struct serial_s.
pull/1501/head
parent
6c3418a0c0
commit
cd08228278
|
@ -129,6 +129,7 @@ struct serial_s {
|
|||
DMA_OPTIONS_t dmaOptionsTX;
|
||||
DMA_OPTIONS_t dmaOptionsRX;
|
||||
#endif
|
||||
uint32_t sleep_blocked;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue