Skip to content

Commit 87d7568

Browse files
committed
[PDM] Fix LED in example
1 parent 9ef7c59 commit 87d7568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/PDM/examples/RecordAndDumpOnSerial/RecordAndDumpOnSerial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
USBAudio audio(true, 16000, 1, 16000, 1);
1212
#endif
1313

14-
const int led = 41;
14+
const int led = LED_BUILTIN;
1515
int led_status = HIGH;
1616

1717
uint8_t buffer[1024];

0 commit comments

Comments
 (0)