Fork for Get Started Demo

Dependencies:   DebouncedInterrupt dash7-alp mbed-rtos mbed wizzi-utils

Fork of D7A_Demo_full by WizziLab

Revision:
6:897d29f7c89a
Parent:
5:e18c38942326
Child:
7:4226c77951a4
--- a/main.cpp	Fri Nov 20 15:25:06 2015 +0000
+++ b/main.cpp	Fri Nov 20 15:31:03 2015 +0000
@@ -309,7 +309,7 @@
     
     // Send the Revision report
     DPRINT("SENDING REPORT REVISION\r\n");
-    report_revision.send();
+    ASSERT(report_revision.send() == ALP_CMD_OK, "Failed to send revision!\r\n");
     
     // Init Threads
     Thread t_alarm_thread(alarm_thread, &shield);