mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 07:18:49 +08:00
54ff28a47f
When cross-compiling PSE52 VSX testcases based on Vela, VSX defines its own "OK" constant as a macro, which conflicts with the "OK" constant defined as an enum in <sys/types.h>. To ensure compatibility, we have undef'd the macro version of "OK" in advance. Signed-off-by: guoshichao <guoshichao@xiaomi.com>