Skip to content

Commit 02598d5

Browse files
committed
Typo correction
1 parent 868143e commit 02598d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/TARGET_STM/TARGET_STM32F2/analogout_device.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ void analogout_init(dac_t *obj, PinName pin)
8888
analogout_write_u16(obj, 0);
8989
}
9090

91-
void analogout_free(dac_t *obj) {
91+
void analogout_free(dac_t *obj)
92+
{
9293
// Reset DAC and disable clock
9394
__HAL_RCC_DAC_FORCE_RESET();
9495
__HAL_RCC_DAC_RELEASE_RESET();

0 commit comments

Comments
 (0)