eth_worker_dhcp.c 133 B

1234567
  1. #include "eth_worker.h"
  2. #include <furi_hal.h>
  3. #include <dhcp.h>
  4. void dhcp_timer_callback(void* context) {
  5. DHCP_time_handler();
  6. }