pkarashchenko commented on a change in pull request #5403: URL: https://github.com/apache/incubator-nuttx/pull/5403#discussion_r798588157
########## File path: drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43362.c ########## @@ -45,39 +45,41 @@ extern const uint8_t bcm43362_firmware_image[]; extern const unsigned int bcm43362_firmware_image_len; #endif -const struct bcmf_sdio_chip bcmf_43362_config_sdio = +struct bcmf_sdio_chip bcmf_43362_config_sdio; Review comment: Why we can't keen `const` and just add missing items to initializer list? -- 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