Skip to content

Commit 86154a8

Browse files
committed
Fixed priority explanation comment.
1 parent 4dbea93 commit 86154a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Blink_AnalogRead/Blink_AnalogRead.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void setup() {
1313
, (const portCHAR *)"Blink" // A name just for humans
1414
, 128 // This stack size can be checked & adjusted by reading the Stack Highwater
1515
, NULL
16-
, 2 // Priority, with 1 being the highest, and 4 being the lowest.
16+
, 2 // Priority, with 3 (configMAX_PRIORITIES - 1) being the highest, and 0 being the lowest.
1717
, NULL );
1818

1919
xTaskCreate(

0 commit comments

Comments
 (0)