15 lines
211 B
C
Executable File
15 lines
211 B
C
Executable File
#include <components/log.h>
|
|
#include <modules/wifi.h>
|
|
#include <components/netif.h>
|
|
#include <components/event.h>
|
|
#include <string.h>
|
|
#include "bk_private/bk_init.h"
|
|
|
|
|
|
int main(void)
|
|
{
|
|
bk_init();
|
|
|
|
return 0;
|
|
}
|