Skip to content

Commit

Permalink
fix microbit1 build
Browse files Browse the repository at this point in the history
set CENTRAL_LINK_COUNT default to 0 for nrf51
fanoush authored Oct 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 94d6732 commit 6abef83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions targets/nrf5x/app_config.h
Original file line number Diff line number Diff line change
@@ -106,6 +106,10 @@
// Do not include these for NRF51
#define BLE_HIDS_ENABLED 1
#define PEER_MANAGER_ENABLED 1
#else
#ifndef CENTRAL_LINK_COUNT
#define CENTRAL_LINK_COUNT 0
#endif
#endif // NRF51_SERIES

#define BLE_ADVERTISING_ENABLED 1

0 comments on commit 6abef83

Please sign in to comment.