Skip to content

Commit 4c8f1e1

Browse files
authored
Update samples/fade/src/app.cpp
1 parent 3ad2bb1 commit 4c8f1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/fade/src/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const int increments = 5;
1111
const int wait_ms = 10;
1212

1313
void setup() {
14-
/* Pin that use as the PWM output must not configure by pinMode() */
14+
/* Pin that use as the PWM output need not be configured by pinMode() */
1515
}
1616

1717
void loop() {

0 commit comments

Comments
 (0)