# HG changeset patch # User Ethan Zonca # Date 2015-01-03 00:16:55 # Node ID 577e97ae4dc1e4dc2f7d0939815a3fc3e3bf2f26 # Parent b741c792065fe4b0ff2deb88e8cc43f26d7eb692 Remove discovery includes. Should probably just include _conf.h or something instead. diff --git a/eeprom_min.c b/eeprom_min.c --- a/eeprom_min.c +++ b/eeprom_min.c @@ -1,4 +1,3 @@ -#include "stm32l100c_discovery.h" void Minimal_EEPROM_Unlock(void) { diff --git a/gpio.c b/gpio.c --- a/gpio.c +++ b/gpio.c @@ -1,4 +1,3 @@ -#include "stm32l100c_discovery.h" #include "gpio.h" #include "config.h" diff --git a/spi.c b/spi.c --- a/spi.c +++ b/spi.c @@ -1,4 +1,3 @@ -#include "stm32l100c_discovery.h" void init_spi(void) { diff --git a/ssd1306.c b/ssd1306.c --- a/ssd1306.c +++ b/ssd1306.c @@ -1,4 +1,3 @@ -#include "stm32l100c_discovery.h" #include "ssd1306.h" // Write command to OLED