Skip to content

Commit

Permalink
Update esp_hosted_hal.c
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorNehrutsa authored and IhorNehrutsa committed Jan 11, 2024
1 parent 3f2ba2d commit 11a7e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/esp-hosted/esp_hosted_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
#include <stdint.h>
#include <string.h>

#include "esp_hosted_hal.h"
#include "esp_hosted_wifi.h"

#include "py/runtime.h"
#include "extmod/modmachine.h"
#ifdef MICROPY_HW_WIFI_LED
#include "led.h"
#endif

#include "esp_hosted_hal.h"
#include "esp_hosted_wifi.h"

extern void mod_network_poll_events(void);

STATIC mp_obj_t esp_hosted_pin_irq_callback(mp_obj_t self_in) {
Expand Down

0 comments on commit 11a7e18

Please sign in to comment.