acassis commented on PR #19947:
URL: https://github.com/apache/nuttx/pull/19947#issuecomment-5414535317
@raiden00pl I think recent patch changed it to atomic_add()
```
spinlock.c: In function 'spinlock_t_test_thread':
Error: spinlock.c:89:3: error: implicit declaration of function
'atomic_fetch_add'; did you mean 'atomic_fetch_add_4'?
[-Werror=implicit-function-declaration]
89 | atomic_fetch_add(&pub->barrier, 1); \
| ^~~~~~~~~~~~~~~~
```
--
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]