Skip to content

Commit

Permalink
Revert line for define check
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Jan 17, 2025
1 parent e76a78d commit 744f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/wifi/lwip-support/ethernetif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static err_t low_level_output(struct netif * netif, struct pbuf * p)
uint16_t framelength = 0;
uint16_t datalength = 0;
int32_t status = 0;
#ifdef WIFI_DEBUG_ENABLED
#if WIFI_DEBUG_ENABLED
ChipLogProgress(DeviceLayer, "LWIP : low_level_output");
#endif
if (xSemaphoreTake(ethout_sem, portMAX_DELAY) != pdTRUE)
Expand Down

0 comments on commit 744f35b

Please sign in to comment.