Skip to content

Commit

Permalink
Fixed incorrect API
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Sep 27, 2024
1 parent 8af7b11 commit f0b4baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void sl_si91x_uart_power_requirement_handler(void)
{
#ifdef ENABLE_CHIP_SHELL
// Checking the UULP PIN 1 status to reinit the UART and not allow the device to go to sleep
if (sl_si91x_gpio_driver_mask_uulp_npss_interrupt(RTE_UULP_GPIO_1_PIN))
if (sl_si91x_gpio_get_uulp_npss_pin(RTE_UULP_GPIO_1_PIN))
{
if (!ps_requirement_added)
{
Expand Down

0 comments on commit f0b4baa

Please sign in to comment.