WizziLab / modem_ref_v5_3_217

Dependents:   modem_ref_helper_for_v5_3_217

Revision:
37:f5424d109c6d
Parent:
35:ac940cf8ebe6
Child:
41:6f83174ffed4
--- a/include/d7a_1x.h	Thu Sep 06 10:41:51 2018 +0000
+++ b/include/d7a_1x.h	Thu Oct 04 09:36:44 2018 +0000
@@ -453,8 +453,8 @@
     D7A_ERROR_BAD_PARAM     = -2,
     /// Duty cycle limit overflow
     D7A_ERROR_DUTY_CYCLE    = -3,
-    /// Timeout
-    D7A_ERROR_TO            = -4,
+    /// CCA timeout
+    D7A_ERROR_CCA_TO        = -4,
     /// Security frame counter overflow
     D7A_ERROR_NLS_KEY       = -5,
     /// TX stream underflow
@@ -465,6 +465,11 @@
     D7A_ERROR_RX_CRC        = -8,
     /// Abort
     D7A_ERROR_ABORT         = -9,
+    /// No ACK received
+    D7A_ERROR_NO_ACK        = -10,
+    /// RX timeout
+    D7A_ERROR_RX_TO         = -11,
+
 
 } d7a_error_t;