Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
bcostm committed Oct 10, 2017
1 parent 868143e commit 02598d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion targets/TARGET_STM/TARGET_STM32F2/analogout_device.c
Expand Up @@ -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();
Expand Down

0 comments on commit 02598d5

Please sign in to comment.