Corrected compilation error.

Set I2C as default benchmark sketch.
This commit is contained in:
FMC
2012-01-06 14:27:44 +01:00
parent 5bfde1d63e
commit fb3794662a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -119,6 +119,8 @@ inline static void waitUsec ( uint16_t uSec )
#ifndef FAST_MODE
delayMicroseconds ( uSec );
#endif // FAST_MODE
}
// CONSTRUCTORS
// ---------------------------------------------------------------------------
+1 -1
View File
@@ -26,7 +26,7 @@
#include <Arduino.h>
#include <Wire.h>
#define _LCD_4BIT_
#define _LCD_I2C_
#ifdef _LCD_I2C_
#include <LiquidCrystal_I2C.h>