The Modified Dot Library for SX1272

This version has been restoring as initial changes.

Verify the following dependencies:

Mbed-os 5.11 libmdot 3.2.0 for Mbed OS5.11

Revision:
43:ba29a595814e
Parent:
31:7fdee197d415
Child:
60:7985b4783af9
--- a/mDot.h	Fri Sep 16 11:42:21 2016 -0500
+++ b/mDot.h	Fri Sep 16 11:56:28 2016 -0500
@@ -108,6 +108,7 @@
             MDOT_TEST_MODE = -9,
             MDOT_NO_ENABLED_CHAN = -10,
             MDOT_AGGREGATED_DUTY_CYCLE = -11,
+            MDOT_MAX_PAYLOAD_EXCEEDED = -12,
             MDOT_ERROR = -1024,
         } mdot_ret_code;