From: Nathael Pajani Date: Mon, 11 Mar 2013 16:15:46 +0000 (+0100) Subject: These are not only for I2C X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=08b9605b5a92b0c7110a7b1ae454a45b5979ac80;p=soft%2Flpc122x%2Fcore These are not only for I2C --- diff --git a/include/core/system.h b/include/core/system.h index 3abfb1d..4ad6baf 100644 --- a/include/core/system.h +++ b/include/core/system.h @@ -32,7 +32,6 @@ /* Error Values, from glibc errno.h and errno-base.h */ -/* I2C */ #define EIO 5 /* Bad one: Illegal start or stop, or illegal state in i2c state machine */ #define EAGAIN 11 /* Device already in use */ #define EFAULT 14 /* address above eeprom size */