summaryrefslogtreecommitdiff
path: root/macros/Hardware/AVR/AVRTimerSetup.sci
diff options
context:
space:
mode:
authorsiddhu89902016-01-13 11:15:17 +0530
committersiddhu89902016-01-13 11:15:17 +0530
commit7cba1cf7d2ee89559239a22c50297a1545de0587 (patch)
tree5319b21a5679b6dabf10c57346cea9b41db02ac2 /macros/Hardware/AVR/AVRTimerSetup.sci
parentd166736e0eb384156d30bcea45711d4c8d474ee1 (diff)
downloadscilab2c-7cba1cf7d2ee89559239a22c50297a1545de0587.tar.gz
scilab2c-7cba1cf7d2ee89559239a22c50297a1545de0587.tar.bz2
scilab2c-7cba1cf7d2ee89559239a22c50297a1545de0587.zip
Test commit
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 6316cdd7..1529c347 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