summaryrefslogtreecommitdiff
path: root/macros/Hardware/AVR/AVRPWMSetup.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/Hardware/AVR/AVRPWMSetup.sci')
-rw-r--r--macros/Hardware/AVR/AVRPWMSetup.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Hardware/AVR/AVRPWMSetup.sci b/macros/Hardware/AVR/AVRPWMSetup.sci
index 7e1c234..1bee050 100644
--- a/macros/Hardware/AVR/AVRPWMSetup.sci
+++ b/macros/Hardware/AVR/AVRPWMSetup.sci
@@ -2,7 +2,7 @@ function AVRPWMSetup(timer, prescalar, waveform_mode, output_mode)
// Function to initialise PWM of AVR
//
// Calling Sequence
-// AVRSetupADC(timer, prescalar, waveform_mode, output_mode)
+// AVRPWMSetup(timer, prescalar, waveform_mode, output_mode)
//
// Parameters
// timer: timer to be used for PWM generation (0,1,2)