summaryrefslogtreecommitdiff
path: root/macros/Hardware/AVR/AVRTimerSetup.sci
diff options
context:
space:
mode:
authorMushirahmed2016-01-15 16:47:41 +0530
committerMushirahmed2016-01-15 16:47:41 +0530
commit05ccd0b6ec64ec92722e482e00d3082306b21a0a (patch)
treef56951f10d7fe8e534aff81d4287bb090bf157c5 /macros/Hardware/AVR/AVRTimerSetup.sci
parentcad39eb3d3f3509eb44e87e2aeac210e9328fdc0 (diff)
parent1ff7f5293444b22b46ff7bd51d52a845dc20525c (diff)
downloadScilab2C_fossee_old-05ccd0b6ec64ec92722e482e00d3082306b21a0a.tar.gz
Scilab2C_fossee_old-05ccd0b6ec64ec92722e482e00d3082306b21a0a.tar.bz2
Scilab2C_fossee_old-05ccd0b6ec64ec92722e482e00d3082306b21a0a.zip
merge before windows testing lapack and Makefile.mak file
Diffstat (limited to 'macros/Hardware/AVR/AVRTimerSetup.sci')
-rw-r--r--macros/Hardware/AVR/AVRTimerSetup.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Hardware/AVR/AVRTimerSetup.sci b/macros/Hardware/AVR/AVRTimerSetup.sci
index 6316cdd..1529c34 100644
--- a/macros/Hardware/AVR/AVRTimerSetup.sci
+++ b/macros/Hardware/AVR/AVRTimerSetup.sci
@@ -6,7 +6,7 @@ function AVRTimerSetup(timer, prescalar)
//
// Parameters
// timer: timer to be set up (0,1,2)
-// prescalar: prescalar to be used for generating PWM waveform (0-7)
+// prescalar: prescalar to be used for timer (0-7)
// ***Refer datasheet for more description about timer
//
// Description