mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-17 22:49:55 +00:00
drivers/nrf51: add missing include of os_cputime.h
This commit is contained in:
committed by
Hauke Petersen
parent
49001982f2
commit
719bd3c435
@@ -22,6 +22,8 @@
|
||||
#include <assert.h>
|
||||
#include "syscfg/syscfg.h"
|
||||
#include "os/os.h"
|
||||
/* Keep os_cputime explicitly to enable build on non-Mynewt platforms */
|
||||
#include "os/os_cputime.h"
|
||||
#include "ble/xcvr.h"
|
||||
#include "nimble/ble.h"
|
||||
#include "nimble/nimble_opt.h"
|
||||
|
||||
Reference in New Issue
Block a user