Skip to content

Commit 84de3e5

Browse files
committed
Portenta Camera: examples: fix Serial print
1 parent 0e2f5ee commit 84de3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Portenta_Camera/examples/CameraMotionDetect/CameraMotionDetect.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void setup() {
3232
void loop() {
3333

3434
if (motion_detected) {
35-
Serial.printf("Motion Detected!\n");
35+
Serial.println("Motion Detected!");
3636
digitalWrite(LEDB, LOW);
3737
delay(500);
3838

0 commit comments

Comments
 (0)