Host interface is enabled on demand

This commit is contained in:
Jeremy Soller
2019-11-13 11:13:35 -07:00
parent 1a6d510aee
commit 894e448dfc

View File

@ -17,7 +17,4 @@ void smbus_init(void) {
// Clock set to 50 Hz
SCLKTSA = 1;
// Enable host interface
HOCTL2A = 1;
}