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: SX1276_GPS demo_SX1276_standalone
Fork of SX1276Lib by
Diff: typedefs/typedefs.h
- Revision:
- 9:b420e9c3d6fe
- Parent:
- 0:e6ceb13d2d05
- Child:
- 13:618826a997e2
diff -r 0fe3e0e8007b -r b420e9c3d6fe typedefs/typedefs.h --- a/typedefs/typedefs.h Tue Sep 23 14:11:27 2014 +0000 +++ b/typedefs/typedefs.h Fri Sep 26 12:59:57 2014 +0000 @@ -19,7 +19,6 @@ #include "./enums/enums.h" class SX1276; -class SX1276FrdmExtBoard; class SX1276MB1xAS; /*! * Hardware IO IRQ callback function definition @@ -31,7 +30,6 @@ */ typedef void ( SX1276::*Trigger )( void ); typedef void ( SX1276MB1xAS::*TriggerMB1xAS )( void ); -typedef void ( SX1276FrdmExtBoard::*TriggerFrdmExtBoard )( void ); /*! * FSK bandwidth definition
