Add R311 boardlink IOT support

This commit is contained in:
HuangXin 2018-08-30 14:29:19 +08:00
parent 7e4f34424f
commit 0a00ceb174
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <sys/socket.h>
#include <linux/netlink.h>
#if defined(PLATFORM_R16) || defined (PLATFORM_CPU)
#if defined(PLATFORM_R16) || defined (PLATFORM_CPU) || defined(PLATFORM_R311)
#include "log.h"
#include "libuv_dbus.h"
#include "boardlink_iot.h"