Use i2c definitions for all i2c functions

This commit is contained in:
Jeremy Soller
2019-11-13 10:55:05 -07:00
parent 1e6c741d82
commit 3bd54dcf24
3 changed files with 8 additions and 82 deletions

View File

@@ -19,5 +19,5 @@ void smbus_init(void) {
SCLKTSA = 1;
// Enable host interface
HOCTL2A = 1 << 0;
HOCTL2A = 1;
}