The italics is auto-filled and cannot be edited or even selected. It is a description of each variable determined by the IDE. I would prefer to put the command on one line, but this italics garbage takes up so much space I have to put it across lines.
Any tips?
Code: Select all
xTaskCreate(&servo_mgmt,
[i]pcName:[/i]"linear_servo",
[i]usStackDepth:[/i]2048,
[i]pvParameters:[/i]NULL,
[i]uxPriority:[/i]5,
[i]pxCreatedTask:[/i]NULL
);