Skip to content

Commit 47e01b0

Browse files
committed
RP2040: i2c: remove debug prints
1 parent 3515dea commit 47e01b0

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_RASPBERRYPI/TARGET_RP2040

1 file changed

+1
-1
lines changed

targets/TARGET_RASPBERRYPI/TARGET_RP2040/i2c_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* DEFINE
1414
******************************************************************************/
1515

16-
#if 1
16+
#if 0
1717
#define DEBUG_PRINTF(...) printf(__VA_ARGS__)
1818
#else
1919
#define DEBUG_PRINTF(...)

0 commit comments

Comments
 (0)