Skip to content

Commit be592e6

Browse files
committed
comment out printf statement
1 parent e92330f commit be592e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparkfun_pico/sfe_pico_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ bool sfe_pico_alloc_init(void)
9292
// Setup PSRAM if we have it.
9393
_psram_size = sfe_setup_psram(SFE_RP2350_XIP_CSI_PIN);
9494
#endif
95-
printf("PSRAM size: %u\n", _psram_size);
95+
// printf("PSRAM size: %u\n", _psram_size);
9696
if (!_bUseHeapPool)
9797
{
9898
if (_psram_size > 0)

0 commit comments

Comments
 (0)