Skip to content

Commit

Permalink
Update nina_wifi_bsp.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 d10c603 commit ff6c4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/ninaw10/nina_wifi_bsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
* NINA-W10 driver BSP implementation.
*/

#define DO_PRINTF (NINA_DEBUG)

#include "py/mphal.h"

#if MICROPY_PY_NETWORK_NINAW10

#include <stdint.h>
#include <string.h>

#define DO_PRINTF (NINA_DEBUG)

#include "py/runtime.h"
#include "extmod/modmachine.h"

Expand Down

0 comments on commit ff6c4ea

Please sign in to comment.