Author: sebastien.lelong
Date: Sun Jan 4 06:03:48 2009
New Revision: 723
Modified:
trunk/sample/by_device/16f88/16f88_i2c_hw_slave_echo.jal
Log:
remove unused include delay lib
Modified: trunk/sample/by_device/16f88/16f88_i2c_hw_slave_echo.jal
==============================================================================
--- trunk/sample/by_device/16f88/16f88_i2c_hw_slave_echo.jal (original)
+++ trunk/sample/by_device/16f88/16f88_i2c_hw_slave_echo.jal Sun Jan 4
06:03:48 2009
@@ -14,7 +14,7 @@
-- which is the master part.
--
----
--- This file has been generated on Sat Jan 3 21:14:09 2009, from:
+-- This file has been generated on Sun Jan 4 15:03:18 2009, from:
-- * board: board_16f88_sl.jal
-- * test : test_i2c_hw_slave_echo.jal
--
@@ -40,8 +40,6 @@
serial_hw_init()
-- tell the world we're ready
serial_hw_write("!")
-
-include delay
;@jallib section i2c
-- I2C io definition
var volatile bit i2c_scl is pin_b4
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---