From e3897565c342bee4765f921240b7ca91cd9b23f1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 31 Mar 2014 11:18:32 +0200 Subject: Activate accel + timer --- i2c.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i2c.h') diff --git a/i2c.h b/i2c.h index c02e8ad..ec7fd87 100644 --- a/i2c.h +++ b/i2c.h @@ -27,6 +27,8 @@ typedef struct { /* current byte */ uint8_t i; twStatus status; + /* i2c bus status at the time if an error occured */ + uint8_t error; } twReq; extern volatile twReq twr; -- cgit v1.2.3