diff --git a/i2c_test_attiny85/i2c_test_attiny85.cproj b/i2c_test_attiny85/i2c_test_attiny85.cproj
index ccd39cd..4b26d4a 100755
--- a/i2c_test_attiny85/i2c_test_attiny85.cproj
+++ b/i2c_test_attiny85/i2c_test_attiny85.cproj
@@ -28,23 +28,23 @@
0
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
- com.atmel.avrdbg.tool.stk500
-
+ com.atmel.avrdbg.tool.ispmk2
+ 000200034317
0x1E930B
- 125000
+ 0
ISP
@@ -68,83 +68,94 @@
Simulator
+
+
+
+ 125000
+
+ ISP
+
+ com.atmel.avrdbg.tool.ispmk2
+ 000200034317
+ AVRISP mkII
+
- -mmcu=attiny85 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\gcc\dev\attiny85"
- True
- True
- True
- True
- False
- True
- True
-
-
- NDEBUG
-
-
-
-
- %24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\include
-
-
- Optimize for size (-Os)
- True
- True
- True
-
-
- libm
-
-
-
-
- %24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\include
-
-
-
+ -mmcu=attiny85 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\gcc\dev\attiny85"
+ True
+ True
+ True
+ True
+ False
+ True
+ True
+
+
+ NDEBUG
+
+
+
+
+ %24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\include
+
+
+ Optimize for size (-Os)
+ True
+ True
+ True
+
+
+ libm
+
+
+
+
+ %24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\include
+
+
+
- -mmcu=attiny85 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\gcc\dev\attiny85"
- True
- True
- True
- True
- False
- True
- True
-
-
- DEBUG
-
-
-
-
- %24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\include
-
-
- Optimize (-O1)
- True
- True
- Default (-g2)
- True
-
-
- libm
-
-
-
-
- %24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\include
-
-
- Default (-Wa,-g)
-
+ -mmcu=attiny85 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\gcc\dev\attiny85"
+ True
+ True
+ True
+ True
+ False
+ True
+ True
+
+
+ DEBUG
+
+
+
+
+ %24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\include
+
+
+ Optimize (-O1)
+ True
+ True
+ Default (-g2)
+ True
+
+
+ libm
+
+
+
+
+ %24(PackRepoDir)\atmel\ATtiny_DFP\1.2.118\include
+
+
+ Default (-Wa,-g)
+
diff --git a/i2c_test_attiny85/led_gen.c b/i2c_test_attiny85/led_gen.c
index 6b4ac8a..ceb7d34 100755
--- a/i2c_test_attiny85/led_gen.c
+++ b/i2c_test_attiny85/led_gen.c
@@ -13,7 +13,7 @@ volatile unsigned char led2_state=0;
void led1_init(void)
{
TCCR1|=(1<