summaryrefslogtreecommitdiff
path: root/2.3-1/macros/Hardware/AVR/AVRSleep.sci
diff options
context:
space:
mode:
authorBrijeshcr2017-07-06 15:24:41 +0530
committerGitHub2017-07-06 15:24:41 +0530
commita7eeecce4c7c39ea52a2d434815c574a2c42730d (patch)
tree9968264546fd54f9eaa6ad80ee7db47e366f8601 /2.3-1/macros/Hardware/AVR/AVRSleep.sci
parent3308ea7a973e2c1e1c8bea99ac7cc783ce8e8b06 (diff)
parent115efeb443a7e6da44f628537811b69a01553ab2 (diff)
downloadScilab2C-a7eeecce4c7c39ea52a2d434815c574a2c42730d.tar.gz
Scilab2C-a7eeecce4c7c39ea52a2d434815c574a2c42730d.tar.bz2
Scilab2C-a7eeecce4c7c39ea52a2d434815c574a2c42730d.zip
Merge pull request #3 from sandeepgupta007/master
LinearAlgebra Function Added
Diffstat (limited to '2.3-1/macros/Hardware/AVR/AVRSleep.sci')
-rw-r--r--2.3-1/macros/Hardware/AVR/AVRSleep.sci19
1 files changed, 1 insertions, 18 deletions
diff --git a/2.3-1/macros/Hardware/AVR/AVRSleep.sci b/2.3-1/macros/Hardware/AVR/AVRSleep.sci
index eec6e5a2..a1b6add2 100644
--- a/2.3-1/macros/Hardware/AVR/AVRSleep.sci
+++ b/2.3-1/macros/Hardware/AVR/AVRSleep.sci
@@ -1,21 +1,4 @@
function AVRSleep(delay)
-// Function to pause the execution for the given time.
-//
-// Parameter
-// delay : The time, in milliseconds, for which the execution is to be paused
-//
-// Description
-// This function causes the execution to stop for the given amount of time.
-//
-// This is curretly dummy function. It provides no functionality but is required
-// for providing support for generating C code for AVR.
-//
-//Examples
-// AVRSleep(5000);
-//See also
-//
-// Authors
-// Jorawar Singh
-//
+
endfunction