Added new pgm_read_ptr() macro to Common.h for reading of pointers out of flash memory space.
Added new SWAPENDIAN_16() and SWAPENDIAN_32() macros to Common.h for statically initialized variables at compile time.
This commit is contained in:
parent
988604b25d
commit
e621ab33be
5 changed files with 44 additions and 34 deletions
|
@ -60,14 +60,6 @@
|
|||
#define SDP_PDU_SERVICEATTRIBUTERESPONSE 0x05
|
||||
#define SDP_PDU_SERVICESEARCHATTRIBUTEREQUEST 0x06
|
||||
#define SDP_PDU_SERVICESEARCHATTRIBUTERESPONSE 0x07
|
||||
|
||||
/** Convenience macro - read a pointer out of PROGMEM space.
|
||||
*
|
||||
* \param[in] x Address of the pointer to read
|
||||
*
|
||||
* \return Pointer retrieved from PROGMEM space
|
||||
*/
|
||||
#define pgm_read_ptr(x) (void*)pgm_read_word(x)
|
||||
|
||||
/* Enums: */
|
||||
/** Data sizes for SDP Data Element headers, to indicate the size of the data contained in the element. When creating
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue