1.3.5.6.45 BMNG_FUP_ClearTargetListRequest Function
C
void BMNG_FUP_ClearTargetListRequest(uint8_t cmd);
Summary
Requests to clear the target list in a firmware upgrade process.
Description
This routine requests to clear the target list in a firmware upgrade process.
Precondition
The firmware upgrade process must have been started before.
Parameters
Param | Description |
---|---|
cmd | Command to acknowledge |
Returns
None.
Example
BMNG_FUP_ClearTargetListRequest(FUP_CLEAR_TARGET_LIST_REQUEST);
Remarks
The command is acknowledged with the FUP ACK callback.