Fixed Doxygen problem

This commit is contained in:
spoerk 2018-01-03 16:18:21 +01:00
parent f8d2c3fa48
commit 1defa2646a

View File

@ -117,7 +117,7 @@ void rf_ble_cmd_create_adv_params(uint8_t *param, dataQueue_t *rx_queue,
* \param start_time * \param start_time
* The time in rf_core_ticks when the connection event will start * The time in rf_core_ticks when the connection event will start
*/ */
void rf_ble_cmd_create_slave_cmd(uint8_t *cmd, uint8_t channel, uint8_t *params, void rf_ble_cmd_create_slave_cmd(uint8_t *cmd, uint8_t channel, uint8_t *param,
uint8_t *output, uint32_t start_time); uint8_t *output, uint32_t start_time);
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/