Various initialization functions in configs/: Change /dev/slcd to /dev/slcd0 for consistency

This commit is contained in:
Alan Carvalho de Assis 2018-11-25 14:01:37 -06:00 committed by Gregory Nutt
parent d927f50e79
commit 7ddbe8c235
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ if EXAMPLES_SLCD
config EXAMPLES_SLCD_DEVNAME
string "SLCD device path"
default "/dev/slcd"
default "/dev/slcd0"
---help---
The full path to the SLCD device to be tested

View File

@ -55,7 +55,7 @@
****************************************************************************/
#ifndef CONFIG_EXAMPLES_SLCD_DEVNAME
# define CONFIG_EXAMPLES_SLCD_DEVNAME "/dev/slcd"
# define CONFIG_EXAMPLES_SLCD_DEVNAME "/dev/slcd0"
#endif
/****************************************************************************