xiaoxiang781216 commented on PR #16838: URL: https://github.com/apache/nuttx/pull/16838#issuecomment-3199329734
please fix the compiler error; ``` src/rp2040_common_bringup.c: In function 'rp2040_common_bringup': Error: src/rp2040_common_bringup.c:579:33: error: implicit declaration of function 'rp2040_i2cbus_initialize'; did you mean 'rp2040_boardinitialize'? [-Werror=implicit-function-declaration] 579 | ret = board_tmp112_initialize(rp2040_i2cbus_initialize(0), 0, 0x48); | ^~~~~~~~~~~~~~~~~~~~~~~~ | rp2040_boardinitialize ``` -- 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