Rename text and update docs

This commit is contained in:
Tilen Majerle 2020-03-25 10:57:22 +01:00
parent 2452df854a
commit 1c79bd7f5e

View File

@ -117,8 +117,8 @@
#define LWMEM_BLOCK_MIN_SIZE (LWMEM_BLOCK_META_SIZE)
/**
* \brief Get lwmem instance based on user input
* \param[in] in_lw: LwMEM instance. Set to NULL for default instance
* \brief Get LwMEM instance based on user input
* \param[in] in_lw: LwMEM instance. Set to `NULL` for default instance
*/
#define LWMEM_GET_LW(in_lw) ((in_lw) != NULL ? (in_lw) : (&lwmem_default))