Skip to content

Commit

Permalink
[nxp][platform][common][ble] Change CHIP_DEVICE_K32W1 define to NXP_D…
Browse files Browse the repository at this point in the history
…EVICE_K32W1_MCXW7X

Signed-off-by: Andrei Menzopol <[email protected]>
  • Loading branch information
andrei-menzopol committed Nov 7, 2024
1 parent 36cff19 commit e633dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/nxp/common/ble/BLEManagerCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ void BLEManagerCommon::blekw_gap_connection_cb(deviceId_t deviceId, gapConnectio

if (pConnectionEvent->eventType == gConnEvtConnected_c)
{
#if CHIP_DEVICE_K32W1
#if NXP_DEVICE_K32W1_MCXW7X
#if defined(nxp_use_low_power) && (nxp_use_low_power == 1)
/* Disallow must be called here for K32W1, otherwise an assert will be reached.
* Disclaimer: this is a workaround until a better cross platform solution is found. */
Expand Down

0 comments on commit e633dca

Please sign in to comment.