Typo correction

pull/5188/head
bcostm 2017-10-10 15:04:56 +02:00
parent 868143e3dd
commit 02598d57fa
1 changed files with 2 additions and 1 deletions

View File

@ -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();