Typo correction

pull/5427/head
bcostm 2017-10-10 15:04:56 +02:00 committed by Martin Kojtal
parent 781f6f731c
commit b9acc52977
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();