diff options
-rw-r--r-- | src/app/i2cdetect/main.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/i2cdetect/main.cc b/src/app/i2cdetect/main.cc index 32f3a18..58406c6 100644 --- a/src/app/i2cdetect/main.cc +++ b/src/app/i2cdetect/main.cc @@ -16,9 +16,10 @@ void loop(void) //moody.toggleBlue(); } +unsigned int i2c_status[128 / (8 * sizeof(unsigned int)) + 1]; + int main(void) { - unsigned int i2c_status[128 / (8 * sizeof(unsigned int)) + 1]; arch.setup(); gpio.setup(); |