mirror of
https://github.com/apache/nuttx.git
synced 2026-06-10 11:23:34 +08:00
da5659138b
Commit 5d1a444812 replaced __attribute__
((unused)) with unused_code but two instances of __attribute__ ((used))
were also incorrectly replaced. Add used_code/used_data and used them
instead.