From 203d3ea0d1619ddfc02df411cadff6a97184ae7c Mon Sep 17 00:00:00 2001 From: Bengt Ragnemalm <bengt.ragnemalm@liu.se> Date: Thu, 13 Jan 2022 13:34:24 +0100 Subject: [PATCH] Spelling in a comment --- src/ArduinoZeroTemplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ArduinoZeroTemplate.c b/src/ArduinoZeroTemplate.c index fa17fc3..3a629cb 100644 --- a/src/ArduinoZeroTemplate.c +++ b/src/ArduinoZeroTemplate.c @@ -182,7 +182,7 @@ void ArduinoZeroTemplateInit(void) // But in the current version of ASF there is no support for DAC channels. See dac.h // Note: There are just a few SAM devices that has more than one DAC, like the SAM4L-family. - // Output is probably enabled by dac-init or dac_enable but otherwise it must be done also. + // Output is probably enabled by dac_init or dac_enable but otherwise it must be done also. } // end init -- GitLab