OS: Disable drivers for unused peripherals.

This commit is contained in:
Jared Boone 2017-07-18 15:50:00 -07:00
parent 1eb561ab45
commit c5230387df
3 changed files with 0 additions and 4 deletions

View file

@ -39,7 +39,6 @@ extern portapack::IO io;
extern lcd::ILI9341 display;
extern I2C i2c0;
extern SPI ssp0;
extern SPI ssp1;
extern si5351::Si5351 clock_generator;