10 Mar
2020
10 Mar
'20
7:19 p.m.
On Tue, Mar 10, 2020 at 11:35:08AM -0500, Pierre-Louis Bossart wrote:
Exclude all I2C-related code from compilation to avoid compilation errors and defined but not used warnings.
I think it would be better to do this by factoring the bus code out into a separate file like we've done with I2C and SPI, it's neater than ifdefs and easier to get right going forwards.