mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
add some comments etc documenting various not-implemented things
Change-Id: I1103b65006e8330260bfe1202bdb64eb84d3fccc
This commit is contained in:
committed by
James Kuszmaul
parent
880eae1424
commit
4cac5a957b
@@ -24,6 +24,11 @@ void* startRoutine(void* data) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param priority Not implemented.
|
||||
* @param options Not implemented.
|
||||
* @param stackSize Not implemented.
|
||||
*/
|
||||
TASK spawnTask(char * name, int priority, int options, int stackSize,
|
||||
FUNCPTR entryPt, uint32_t arg0, uint32_t arg1, uint32_t arg2,
|
||||
uint32_t arg3, uint32_t arg4, uint32_t arg5, uint32_t arg6,
|
||||
|
||||
Reference in New Issue
Block a user