project de marde si tu touch le no-homo s'applique pas
Fork of XBeeLib by
Diff: Utils/Utils.h
- Revision:
- 2:2ee1b6d51df2
- Parent:
- 1:794d1d3e4a08
- Child:
- 3:8662ebe83570
--- a/Utils/Utils.h Mon May 11 17:58:00 2015 +0200 +++ b/Utils/Utils.h Thu May 14 16:21:39 2015 +0200 @@ -23,6 +23,8 @@ #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