Skip to content

Commit

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

#define DO_PRINTF (NINA_DEBUG)

#include "py/mphal.h"
#include "py/mperrno.h"

Expand All @@ -36,8 +38,6 @@
#include <string.h>
#include <stdio.h>

#define DO_PRINTF (NINA_DEBUG)

#include "py/mpprint.h"
#include "nina_bsp.h"
#include "nina_wifi_drv.h"
Expand Down

0 comments on commit d10c603

Please sign in to comment.