Xbee s2b for lpc11u24

Dependencies:   DigiLogger

Dependents:  

Fork of XBeeLib by Digi International Inc.

Revision:
1:794d1d3e4a08
Parent:
0:fcaad0dfa051
Child:
2:2ee1b6d51df2
--- a/Utils/Utils.h	Fri May 08 11:50:56 2015 +0200
+++ b/Utils/Utils.h	Mon May 11 17:58:00 2015 +0200
@@ -23,8 +23,6 @@
 #define UINT64_HI32(u64)     (uint32_t)((u64) >> 32)
 #define UINT64_LO32(u64)     (uint32_t)((u64) & 0xFFFFFFFF)
 
-#define UNUSED_PARAMETER(a)  ((void)(a))
-
 /** rmemcpy - like memcpy but copies the bytes in reverse order
  *
  *  @param dest pointer with the destination address