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.
Fork of SX1272Lib by
Diff: sx1272/sx1272.h
- Revision:
- 11:866b939cf709
- Parent:
- 10:bd29cdff8f3e
diff -r bd29cdff8f3e -r 866b939cf709 sx1272/sx1272.h
--- a/sx1272/sx1272.h Sat Feb 24 08:47:30 2018 +0100
+++ b/sx1272/sx1272.h Sat Mar 03 18:07:30 2018 +0100
@@ -99,7 +99,7 @@
static const FskBandwidth_t FskBandwidths[];
// <RTOS>
- Thread* _thread_events_queue;
+ //Thread* _thread_events_queue;
EventQueue* _eq_events;
// </RTOS>
@@ -120,7 +120,7 @@
virtual ~SX1272( );
// <RTOS>
- void assign_events_queue_thread(Thread* thread) {_thread_events_queue=thread;}
+ //void assign_events_queue_thread(Thread* thread) {_thread_events_queue=thread;}
void assign_events_queue(EventQueue* event_queue) {_eq_events=event_queue;}
// </RTOS>
