Skip to content

Commit

Permalink
drivers/nrf51: add missing include of os_cputime.h
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed May 24, 2022
1 parent 84016f0 commit 5baf36c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nimble/drivers/nrf51/src/ble_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5baf36c

Please sign in to comment.