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
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

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