From 08b9605b5a92b0c7110a7b1ae454a45b5979ac80 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Mon, 11 Mar 2013 17:15:46 +0100 Subject: [PATCH] These are not only for I2C --- include/core/system.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.43.0