Bad comment Topic is solved

Report here problems in any of ChibiOS components. This forum is NOT for support.
User avatar
tfAteba
Posts: 547
Joined: Fri Oct 16, 2015 11:03 pm
Location: Strasbourg, France
Has thanked: 91 times
Been thanked: 48 times

Bad comment  Topic is solved

Postby tfAteba » Wed Jan 31, 2018 10:37 pm

Hello Giovanni,

in os/hal/ports/STM32/LLD/DACv1$ vim hal_dac_lld.h file at line 311 and 315, the comment make reference to ADC, it must be DAC.

Code: Select all

 * @brief   ADC error callback type.
 *
 * @param[in] dacp      pointer to the @p DACDriver object triggering the
 *                      callback
 * @param[in] err       ADC error code
 */


it should be:

Code: Select all

 * @brief   DAC error callback type.
 *
 * @param[in] dacp      pointer to the @p DACDriver object triggering the
 *                      callback
 * @param[in] err       DAC error code
 */


Thanks
regards,

Theo.

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: Bad comment

Postby Giovanni » Fri Feb 02, 2018 11:25 am

Fixed thanks.

Giovanni


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 11 guests