Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 95c7d3e5f -> 75d9c304e
No jira ticket. Remove unused header file bsp.h Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/75d9c304 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/75d9c304 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/75d9c304 Branch: refs/heads/develop Commit: 75d9c304e99cb12754c02a1b5ed42a8b6fb25b7d Parents: 95c7d3e Author: William San Filippo <[email protected]> Authored: Tue Apr 4 15:03:21 2017 -0700 Committer: William San Filippo <[email protected]> Committed: Tue Apr 4 15:03:21 2017 -0700 ---------------------------------------------------------------------- net/nimble/controller/src/ble_ll_sched.c | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/75d9c304/net/nimble/controller/src/ble_ll_sched.c ---------------------------------------------------------------------- diff --git a/net/nimble/controller/src/ble_ll_sched.c b/net/nimble/controller/src/ble_ll_sched.c index ffe8ef3..4713f3d 100644 --- a/net/nimble/controller/src/ble_ll_sched.c +++ b/net/nimble/controller/src/ble_ll_sched.c @@ -21,7 +21,6 @@ #include <string.h> #include "os/os.h" #include "os/os_cputime.h" -#include "bsp.h" #include "ble/xcvr.h" #include "controller/ble_phy.h" #include "controller/ble_ll.h"
