lupyuen commented on PR #14351:
URL: https://github.com/apache/nuttx/pull/14351#issuecomment-2452729208
Sorry @Fix-Point: Could you take a look at `esp32s3-devkit:eth_lan9250`, is
it failing because of this PR? Thanks!
```text
Configuration/Tool: esp32s3-devkit/eth_lan9250
chip/esp32s3_efuse_lowerhalf.c: In function 'esp32s3_efuse_lowerhalf_write':
Error: chip/esp32s3_efuse_lowerhalf.c:142:11: error: implicit declaration of
function 'enter_critical_section' [-Werror=implicit-function-declaration]
142 | flags = enter_critical_section();
| ^~~~~~~~~~~~~~~~~~~~~~
Error: chip/esp32s3_efuse_lowerhalf.c:152:3: error: implicit declaration of
function 'leave_critical_section' [-Werror=implicit-function-declaration]
152 | leave_critical_section(flags);
| ^~~~~~~~~~~~~~~~~~~~~~
```
https://github.com/NuttX/nuttx/actions/runs/11630100298/job/32388417948#step:7:864
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]