Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Autoflight2018_22_MODSERIAL
Fork of MODSERIAL by
Diff: MODSERIAL.h
- Revision:
- 28:76793a84f9e5
- Parent:
- 27:9c93ce7cb9d8
- Child:
- 30:b04ce87dc424
--- a/MODSERIAL.h Thu Jul 11 13:34:53 2013 +0000 +++ b/MODSERIAL.h Fri Jul 12 15:27:07 2013 +0000 @@ -1061,8 +1061,17 @@ //DEVICE SPECIFIC FUNCTIONS: + private: + /** + * Set pointers to UART and IRQ + */ void setBase( void ); + /** + * If required, allows for adding specific settings + */ + void initDevice( void ); + IRQn_Type _IRQ; public: @@ -1077,7 +1086,6 @@ */ bool txIsBusy(void); - };