configs/stm32f103-minimum: Remove CONFIG_NX_LCDDRIVER dependence from stm32_ssd1306.c
This commit is contained in:
parent
b2d156af06
commit
b13367be1e
1 changed files with 0 additions and 5 deletions
|
|
@ -50,8 +50,6 @@
|
|||
#include "stm32_i2c.h"
|
||||
#include "stm32f103_minimum.h"
|
||||
|
||||
#ifdef CONFIG_NX_LCDDRIVER
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
|
@ -130,6 +128,3 @@ void board_lcd_uninitialize(void)
|
|||
{
|
||||
/* TO-FIX */
|
||||
}
|
||||
|
||||
#endif /* CONFIG_NX_LCDDRIVER */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue