Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 106 to 106 | ||||||||
Start the Knightrider with name="Knightrider" priority=48, stack_size=256:
/osThreadAttr buffer: threadAttr \ buffer for thread attributes | ||||||||
Deleted: | ||||||||
< < | 16 buffer: threadString | |||||||
threadAttr /osThreadAttr 0 fill \ clear the buffer | ||||||||
Changed: | ||||||||
< < | threadString dup 15 accept \ read the thread name Knightrider str0term type | |||||||
> > | 16 buffer: threadString threadString .str" Knightrider" \ set the thread name | |||||||
threadString threadAttr thName+ + ! 256 threadAttr thStackSize+ + ! 48 threadAttr thPriority+ + ! |