mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
configs/stm32f103-minimum: Remove CONFIG_NX_LCDDRIVER dependence from stm32_ssd1306.c
This commit is contained in:
committed by
Gregory Nutt
parent
b2d156af06
commit
b13367be1e
@@ -50,8 +50,6 @@
|
|||||||
#include "stm32_i2c.h"
|
#include "stm32_i2c.h"
|
||||||
#include "stm32f103_minimum.h"
|
#include "stm32f103_minimum.h"
|
||||||
|
|
||||||
#ifdef CONFIG_NX_LCDDRIVER
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
@@ -130,6 +128,3 @@ void board_lcd_uninitialize(void)
|
|||||||
{
|
{
|
||||||
/* TO-FIX */
|
/* TO-FIX */
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CONFIG_NX_LCDDRIVER */
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user