Found some struct instances that can be const

This commit is contained in:
Dirk Ziegelmeier
2016-02-16 22:31:59 +01:00
parent 9dd1c81d41
commit 24bc77a935
4 changed files with 13 additions and 13 deletions

View File

@@ -62,7 +62,7 @@ typedef enum {
* extern u8_t __attribute__((section(".onchip_mem"))) memp_memory_my_private_pool[];
*/
extern const struct memp_desc *memp_pools[MEMP_MAX];
extern const struct memp_desc* const memp_pools[MEMP_MAX];
#define LWIP_MEMPOOL_PROTOTYPE(name) extern const struct memp_desc memp_ ## name