Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of XBeeLib by
Diff: Utils/Utils.h
- 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
