Skip to content

Commit

Permalink
Portenta H7: static var for bt lp mode
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocavagnis committed Oct 24, 2023
1 parent 60b8f14 commit 15df991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#define CYCFG_BT_HOST_WAKE_IRQ_EVENT WAKE_EVENT_ACTIVE_LOW
#define CYCFG_BT_DEV_WAKE_POLARITY WAKE_EVENT_ACTIVE_LOW

bool cycfg_bt_lp_enabled = true;
static bool cycfg_bt_lp_enabled = true;

/*******************************************************************************
* Function Name: ble_cordio_get_h4_transport_driver
Expand Down

0 comments on commit 15df991

Please sign in to comment.