diff simple_ds18b20.c @ 319:9621436cfa07

Add eeprom stuff
author Matt Johnston <matt@ucc.asn.au>
date Sat, 19 May 2012 23:59:12 +0800
parents 31199b2941f6
children 878be5e353a0
line wrap: on
line diff
--- a/simple_ds18b20.c	Sat May 19 21:47:09 2012 +0800
+++ b/simple_ds18b20.c	Sat May 19 23:59:12 2012 +0800
@@ -163,7 +163,6 @@
 simple_ds18b20_read_all()
 {
 	uint8_t id[OW_ROMCODE_SIZE];
-	uint8_t sp[DS18X20_SP_SIZE];
 	for( uint8_t diff = OW_SEARCH_FIRST; diff != OW_LAST_DEVICE; )
 	{
 		diff = ow_rom_search( diff, &id[0] );