2025-02-27 17:59:18 +08:00

9 lines
110 B
C

#include <components/log.h>
#define TAG "stub"
void bk7231n_stub(void)
{
BK_LOGI(TAG, "bk7231n stub\n");
}