mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
4e92e32d7b
some toolchain provider remove const qualifier from global_impure_ptr (e.g. Espressif) but other provider keep it(e.g. ARM or Cadence), so let's define const to empty macro to pass the compile and more safety. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>