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.
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
Diff: PollSwitch/PollSwitch.h
- Revision:
- 12:e0adb697fcdb
- Parent:
- 7:5f6e31faa08e
- Child:
- 17:c9ce210f6654
--- a/PollSwitch/PollSwitch.h Sun Oct 19 22:50:30 2014 +0000
+++ b/PollSwitch/PollSwitch.h Tue Oct 21 23:44:15 2014 +0000
@@ -6,7 +6,7 @@
#include "CANBuffer.h"
#include "rtos.h"
-const int TX_POLL_ID = ((4 << 8) | 6);
+const int TX_POLL_ID = ((4 << 8) | 0x02);
class PollSwitch{
public:
