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
Mikko Polojarvi 2015-12-16 13:44:46 +02:00 committed by Steven Cooreman
parent 6c3418a0c0
commit cd08228278
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ struct serial_s {
DMA_OPTIONS_t dmaOptionsTX;
DMA_OPTIONS_t dmaOptionsRX;
#endif
uint32_t sleep_blocked;
};
#endif