File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ void radio_df_ant_switch_pattern_clear(void)
316316 NRF_RADIO -> CLEARPATTERN = RADIO_CLEARPATTERN_CLEARPATTERN_Clear ;
317317}
318318
319- void radio_df_ant_switch_pattern_set (uint8_t * patterns , uint8_t len )
319+ void radio_df_ant_switch_pattern_set (const uint8_t * patterns , uint8_t len )
320320{
321321 /* SWITCHPATTERN is like a moving pointer to underlying buffer.
322322 * Each write stores a value and moves the pointer to new free position.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ void radio_df_ant_switch_pattern_clear(void);
3939 * Radio internal list. Before start of new patterns clear the list
4040 * by call to @ref radio_df_ant_switch_pattern_clear.
4141 */
42- void radio_df_ant_switch_pattern_set (uint8_t * patterns , uint8_t len );
42+ void radio_df_ant_switch_pattern_set (const uint8_t * patterns , uint8_t len );
4343/* Provides switch pattern of antenna used to transmit PDU that is used to
4444 * transmit CTE
4545 */
You can’t perform that action at this time.
0 commit comments