Gah. another small fix to the I2C code.

This commit is contained in:
Gordon Henderson
2013-05-20 22:23:14 +01:00
parent a7c21d3efc
commit 41fb1b9e2a
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ extern int wiringPiDebug ;
# define FALSE (1==2)
#endif
#define VERSION "2.04"
#define VERSION "2.05"
#define I2CDETECT "/usr/sbin/i2cdetect"
static int wpMode ;