Skip to content

Commit 10abebb

Browse files
authored
Remove SYSCFG->PMCR debug print
1 parent 6fd7554 commit 10abebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/BreakoutWebServer/BreakoutWebServer.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ void loop() {
9090
// output the value of each analog input pin
9191
for (int analogChannel = 0; analogChannel < 8; analogChannel++) {
9292
int sensorReading = Breakout.analogRead(analogPin[analogChannel]);
93-
Serial.println(SYSCFG->PMCR);
9493
client.print("analog input ");
9594
client.print(analogChannel);
9695
client.print(" is ");

0 commit comments

Comments
 (0)