nimble uart transport; fix broken build.

X-Original-Commit: 598cd4b4c7fe6d4e28bc8c938442ef52ba93145e
This commit is contained in:
Marko Kiiskila
2016-10-20 15:56:42 -07:00
parent 6e7026bfd6
commit b034e1fe62
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ pkg.deps:
- hw/hal
- kernel/os
- net/nimble
- util/mem
pkg.apis:
- ble_transport
+1 -1
View File
@@ -26,7 +26,7 @@
#include "syscfg/syscfg.h"
#include "bsp/bsp.h"
#include "os/os.h"
#include "util/mem.h"
#include "mem/mem.h"
#include "hal/hal_gpio.h"
#include "hal/hal_uart.h"