anchao commented on code in PR #7890: URL: https://github.com/apache/nuttx/pull/7890#discussion_r1051880735
########## mm/iob/iob_initialize.c: ########## @@ -52,11 +51,13 @@ */ #ifdef IOB_SECTION -static uint8_t g_iob_buffer[IOB_BUFFER_SIZE] locate_data(IOB_SECTION); +static uint8_t g_iob_buffer[IOB_POOLSIZE] locate_data(IOB_SECTION); #else -static uint8_t g_iob_buffer[IOB_BUFFER_SIZE]; +static uint8_t g_iob_buffer[IOB_POOLSIZE]; #endif +static struct iob_s g_iob_list[CONFIG_IOB_NBUFFERS]; Review Comment: Done ,move to https://github.com/apache/nuttx/pull/7920 ########## mm/iob/iob_initialize.c: ########## @@ -52,11 +51,13 @@ */ #ifdef IOB_SECTION -static uint8_t g_iob_buffer[IOB_BUFFER_SIZE] locate_data(IOB_SECTION); +static uint8_t g_iob_buffer[IOB_POOLSIZE] locate_data(IOB_SECTION); Review Comment: Done ,move to https://github.com/apache/nuttx/pull/7920 ########## mm/iob/iob_initialize.c: ########## @@ -52,11 +51,13 @@ */ #ifdef IOB_SECTION -static uint8_t g_iob_buffer[IOB_BUFFER_SIZE] locate_data(IOB_SECTION); +static uint8_t g_iob_buffer[IOB_POOLSIZE] locate_data(IOB_SECTION); #else -static uint8_t g_iob_buffer[IOB_BUFFER_SIZE]; +static uint8_t g_iob_buffer[IOB_POOLSIZE]; Review Comment: Done ,move to https://github.com/apache/nuttx/pull/7920 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org