raiden00pl commented on code in PR #2104: URL: https://github.com/apache/nuttx-apps/pull/2104#discussion_r1346151466
########## industry/foc/float/foc_svm3.c: ########## @@ -286,3 +289,33 @@ static void foc_modulation_run_f32(FAR foc_handler_f32_t *h, f_saturate(&duty[1], 0.0f, svm->cfg.pwm_duty_max); f_saturate(&duty[2], 0.0f, svm->cfg.pwm_duty_max); } + +/**************************************************************************** + * Name: foc_modulation_run_f32 Review Comment: fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org