#ifndef ZEPHYR_STUB_SOC_LOG_H_ #define ZEPHYR_STUB_SOC_LOG_H_ #define SOC_LOGE(...) do {} while(0) #define SOC_LOGW(...) do {} while(0) #endif