Add description for casting macro

This commit is contained in:
tilz0R 2019-05-29 22:35:20 +02:00
parent 50da788391
commit 911a38b160

View File

@ -84,8 +84,9 @@
/** /**
* \brief Cast input pointer to byte * \brief Cast input pointer to byte
* \param[in] p: Input pointer to cast to byte pointer
*/ */
#define LWMEM_TO_BYTE_PTR(_p_) ((unsigned char *)(_p_)) #define LWMEM_TO_BYTE_PTR(p) ((unsigned char *)(p))
/** /**
* \brief Set block as allocated * \brief Set block as allocated