summaryrefslogtreecommitdiff
path: root/2.3-1/macros/Hardware/AVR/AVRTimerSetup.sci
diff options
context:
space:
mode:
authorMushirahmed2016-01-15 16:47:41 +0530
committerMushirahmed2016-01-15 16:47:41 +0530
commit41bd783b705f1de28308896ecdb4e7ba0cc842f8 (patch)
treef04d43098d9bc44c58c886b98f8fc43c26aac4d2 /2.3-1/macros/Hardware/AVR/AVRTimerSetup.sci
parent3b6025f3708421279a7df1df2e7990ebff833324 (diff)
parentef666a6b9ac74d5effe8b34179cc3ad0c247e7c3 (diff)
downloadScilab2C-41bd783b705f1de28308896ecdb4e7ba0cc842f8.tar.gz
Scilab2C-41bd783b705f1de28308896ecdb4e7ba0cc842f8.tar.bz2
Scilab2C-41bd783b705f1de28308896ecdb4e7ba0cc842f8.zip
merge before windows testing lapack and Makefile.mak file
Diffstat (limited to '2.3-1/macros/Hardware/AVR/AVRTimerSetup.sci')
-rw-r--r--2.3-1/macros/Hardware/AVR/AVRTimerSetup.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.3-1/macros/Hardware/AVR/AVRTimerSetup.sci b/2.3-1/macros/Hardware/AVR/AVRTimerSetup.sci
index 6316cdd7..1529c347 100644
--- a/2.3-1/macros/Hardware/AVR/AVRTimerSetup.sci
+++ b/2.3-1/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