mirror of https://github.com/ARMmbed/mbed-os.git
Typo correction
parent
868143e3dd
commit
02598d57fa
|
@ -88,7 +88,8 @@ void analogout_init(dac_t *obj, PinName pin)
|
|||
analogout_write_u16(obj, 0);
|
||||
}
|
||||
|
||||
void analogout_free(dac_t *obj) {
|
||||
void analogout_free(dac_t *obj)
|
||||
{
|
||||
// Reset DAC and disable clock
|
||||
__HAL_RCC_DAC_FORCE_RESET();
|
||||
__HAL_RCC_DAC_RELEASE_RESET();
|
||||
|
|
Loading…
Reference in New Issue