使用NRF_LOG_INFO打印数组,当超过8个后编译不通过1

  1. When using NRF_LOG_INFO to print an array, the compilation fails if there are more than 8 elements. How can this be resolved?
Related