These are not only for I2C
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 11 Mar 2013 16:15:46 +0000 (17:15 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
include/core/system.h

index 3abfb1d..4ad6baf 100644 (file)
@@ -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 */