Functions | |
| void | serial_handler_dfu_init (void) |
| Initializes the handler for DFU commands. | |
| void | serial_handler_dfu_rx (const serial_packet_t *p_cmd) |
| Handles an incoming serial command in the DFU range. More... | |
Detailed Description
Function Documentation
◆ serial_handler_dfu_rx()
| void serial_handler_dfu_rx | ( | const serial_packet_t * | p_cmd | ) |
Handles an incoming serial command in the DFU range.
- Parameters
-
[in] p_cmd A pointer to a command to handle.