MPLAB® Harmony Graphics Suite
|
leResult leArray_RemoveAt( leArray* arr, uint32_t idx );
Parameters |
Description |
leArray* arr |
pointer to the array to modify |
uint32_t idx |
the index of the value to remove |
leResult - the result of the operation
MPLAB® Harmony Graphics Suite
|