Revision: 1444
Author: jsuijs
Date: Sun Nov 1 01:22:54 2009
Log: jsg fix
http://code.google.com/p/jallib/source/detail?r=1444
Modified:
/trunk/include/jal/profiler.jal
=======================================
--- /trunk/include/jal/profiler.jal Sat Oct 31 15:34:12 2009
+++ /trunk/include/jal/profiler.jal Sun Nov 1 01:22:54 2009
@@ -74,20 +74,20 @@
end procedure
-procedure profiler_start is
+procedure profiler_start() is
pragma inline
-
+aa
TMR1 = 0
T1CON_TMR1ON = true
end procedure
-procedure profiler_stop is
+procedure profiler_stop() is
pragma inline
T1CON_TMR1ON = false
end procedure
-procedure profiler_stop_and_report (volatile byte in out device) is
+procedure profiler_stop_and_report(volatile byte in out device) is
pragma inline
profiler_stop
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---