Skip to content

Commit 17c936f

Browse files
committed
Small comment fix
1 parent a4e3d91 commit 17c936f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void setup() {
229229
ESP_LOGW(TAG, "Stack size not word aligned");
230230
}
231231
// Syntax: xTaskCreate(Task function, Name of the task (for
232-
// debugging), Stack size (in words, not bytes), Task input
232+
// debugging), Stack size (in bytes, not words), Task input
233233
// parameter, Priority of the task, Task handle)
234234
BaseType_t result =
235235
xTaskCreate(taskDesc->function, taskDesc->name,

0 commit comments

Comments
 (0)