9 lines
110 B
C
Raw Permalink Normal View History

2025-02-27 17:59:18 +08:00
#include <components/log.h>
#define TAG "stub"
void bk7231n_stub(void)
{
BK_LOGI(TAG, "bk7231n stub\n");
}