Dummy Lora Packet Sending

Fork of Dealer_18feb17 by kumar singh

Revision:
11:77e595130230
Child:
16:7703b9d92326
diff -r dc33cd3f4eb9 -r 77e595130230 Common_Defs.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Common_Defs.h	Fri Jan 27 18:30:02 2017 +0000
@@ -0,0 +1,8 @@
+  typedef unsigned char uint8;
+  typedef unsigned int uint16;
+  #define TRUE  1
+  #define FALSE 0
+  
+  #define SUCCESS     0
+  #define FAILURE     1
+  
\ No newline at end of file