Skip to content

Commit 5fd15b9

Browse files
Debug
1 parent b94aa52 commit 5fd15b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/lwIP_Ethernet/src/LwipEthernet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ static uint32_t _pollingPeriod = 20;
206206
// This will only be called under the protection of the async context mutex, so no re-entrancy checks needed
207207
static void ethernet_timeout_reached(__unused async_context_t *context, __unused async_at_time_worker_t *worker) {
208208
assert(worker == &ethernet_timeout_worker);
209+
printf("__ethernet_timeout_reached_calls %d\n",__ethernet_timeout_reached_calls);
209210
__ethernet_timeout_reached_calls++;
210211
ethernet_arch_lwip_gpio_mask(); // Ensure non-polled devices won't interrupt us
211212
for (auto handlePacket : _handlePacketList) {

0 commit comments

Comments
 (0)