Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuttx/timers: Fix green hills build timer.h error #13706

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fxysunshine
Copy link

Summary

fix a small error in Non-Gnu compiler build
"/mnt/xxxx/nuttx/include/nuttx/timers/timer.h", line 257: error #223-D:
function DEBUGASSERT declared implicitly
DEBUGASSERT(lower->ops->tick_getstatus);

Impact

None

Testing

Green hills build

"/mnt/xxxx/nuttx/include/nuttx/timers/timer.h", line 257: error apache#223-D:
          function DEBUGASSERT declared implicitly
    DEBUGASSERT(lower->ops->tick_getstatus);

Signed-off-by: yanghuatao <[email protected]>
@github-actions github-actions bot added the Size: XS The size of the change in this PR is very small label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants