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 mbedConnectorInterface by
Revision 44:dac601597b0e, committed 2015-04-11
- Comitter:
- ansond
- Date:
- Sat Apr 11 21:50:56 2015 +0000
- Parent:
- 43:769d491a48c1
- Child:
- 45:65351ebb7c42
- Commit message:
- removed debugging from ticker observer
Changed in this revision
| api/TickerResourceObserver.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/api/TickerResourceObserver.cpp Sat Apr 11 21:45:27 2015 +0000
+++ b/api/TickerResourceObserver.cpp Sat Apr 11 21:50:56 2015 +0000
@@ -23,7 +23,7 @@
#include "TickerResourceObserver.h"
// DEBUG
- DigitalOut __ticker_led(LED2);
+ //DigitalOut __ticker_led(LED2);
// determines whether the mDS endpoint has been registered or not...
extern "C" bool nsdl_endpoint_is_registered(void);
@@ -45,7 +45,7 @@
void TickerResourceObserver::observationNotifier() {
if (this->isObserving() == true && this->getResource() != NULL && nsdl_endpoint_is_registered() == true) {
this->getResource()->observe();
- __ticker_led = !__ticker_led;
+ //__ticker_led = !__ticker_led;
}
}
