Various initialization functions in configs/: Change /dev/slcd to /dev/slcd0 for consistency
This commit is contained in:
parent
d927f50e79
commit
7ddbe8c235
@ -13,7 +13,7 @@ if EXAMPLES_SLCD
|
|||||||
|
|
||||||
config EXAMPLES_SLCD_DEVNAME
|
config EXAMPLES_SLCD_DEVNAME
|
||||||
string "SLCD device path"
|
string "SLCD device path"
|
||||||
default "/dev/slcd"
|
default "/dev/slcd0"
|
||||||
---help---
|
---help---
|
||||||
The full path to the SLCD device to be tested
|
The full path to the SLCD device to be tested
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef CONFIG_EXAMPLES_SLCD_DEVNAME
|
#ifndef CONFIG_EXAMPLES_SLCD_DEVNAME
|
||||||
# define CONFIG_EXAMPLES_SLCD_DEVNAME "/dev/slcd"
|
# define CONFIG_EXAMPLES_SLCD_DEVNAME "/dev/slcd0"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user