We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4304640 commit 750250fCopy full SHA for 750250f
subsys/bluetooth/controller/ll_sw/ull.c
@@ -221,6 +221,9 @@
221
FLASH_TICKER_NODES + \
222
COEX_TICKER_NODES)
223
224
+/* Ticker implementation supports up to 255 ticker node count value */
225
+BUILD_ASSERT(TICKER_NODES <= UINT8_MAX);
226
+
227
/* When both central and peripheral are supported, one each Rx node will be
228
* needed by connectable advertising and the initiator to generate connection
229
* complete event, hence conditionally set the count.
0 commit comments