Changeset - 577e97ae4dc1
[Not reviewed]
cortex-f0
0 4 0
Ethan Zonca - 10 years ago 2015-01-03 00:16:55
ez@ethanzonca.com
Remove discovery includes. Should probably just include _conf.h or something instead.
4 files changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
eeprom_min.c
Show inline comments
 
#include "stm32l100c_discovery.h"
 

	
 
void Minimal_EEPROM_Unlock(void)
 
{
gpio.c
Show inline comments
 
#include "stm32l100c_discovery.h"
 
#include "gpio.h"
 
#include "config.h"
 

	
spi.c
Show inline comments
 
#include "stm32l100c_discovery.h"
 

	
 
void init_spi(void)
 
{
ssd1306.c
Show inline comments
 
#include "stm32l100c_discovery.h"
 
#include "ssd1306.h"
 
 
// Write command to OLED
0 comments (0 inline, 0 general)