[Firebug-cvs] fireboard/fireboard/interfaces Sensor.nc,1.1.1.1,1.2
Brought to you by:
doolin
From: <do...@us...> - 2004-01-22 00:40:09
|
Update of /cvsroot/firebug/fireboard/fireboard/interfaces In directory sc8-pr-cvs1:/tmp/cvs-serv31002/fireboard/interfaces Modified Files: Sensor.nc Log Message: Crash bang boom. Light and barometer are down at the moment, but the driver code is getting much cleaner. May need to back out a couple of minor changes later. There may be a file or two that have been removed from the archive that will be actually needed, it/they can be added back if it is not possible to make the system files work. Index: Sensor.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/fireboard/interfaces/Sensor.nc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Sensor.nc 5 Jan 2004 21:03:27 -0000 1.1.1.1 --- Sensor.nc 22 Jan 2004 00:40:06 -0000 1.2 *************** *** 137,140 **** * the sensor header file. */ ! event result_t error(uint16_t error_code); } --- 137,140 ---- * the sensor header file. */ ! async event result_t error(uint16_t error_code); } |