Small comment change

This commit is contained in:
Anne de Jong 2021-10-04 10:11:22 +02:00
parent 9983ca6096
commit 81d3779f9f
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ Siggen* Siggen_Sweep_create(const d fs,const d fl,const d fu,
* Obtain a new piece of signal
*
* @param[in] Siggen* Signal generator handle
* @param[out] samples Samples to fill. Vector should be pre-allocated
* @param[out] samples Samples to fill. Vector should be pre-allocated, but
* values will be overwritten.
*/
void Siggen_genSignal(Siggen*,vd* samples);
/**