drivers/nrf51: add missing include of os_cputime.h

This commit is contained in:
Hauke Petersen
2022-06-02 10:10:26 +02:00
committed by Hauke Petersen
parent 49001982f2
commit 719bd3c435
+2
View File
@@ -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"