Code for talking to the MAX3420 USB Device Controller.
[goodfet] / firmware / include / i2c.h
index 5c41c60..5f52b0c 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "app.h"
 
-#define I2C 0x02
+#define I2C_APP 0x02
 
 extern app_t const i2c_app;