mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 13:16:28 +08:00
cb720024b6
This reverts commit 908814a575.
In macos, memset will be automatic optmize to bzero, caused dead loop, as we not using bzero, macro re-define should ablt to cover the requirements.
Signed-off-by: buxiasen <buxiasen@gmail.com>