Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. Re-organization of files in configs/pcblogic-pic32mx/src
This commit is contained in:
parent
f310ebe9b1
commit
ccd82fcfad
@ -262,7 +262,7 @@ int slcd_main(int argc, char *argv[])
|
|||||||
memset(priv, 0, sizeof(struct slcd_test_s));
|
memset(priv, 0, sizeof(struct slcd_test_s));
|
||||||
priv->stream.put = slcd_putc;
|
priv->stream.put = slcd_putc;
|
||||||
#ifdef CONFIG_STDIO_LINEBUFFER
|
#ifdef CONFIG_STDIO_LINEBUFFER
|
||||||
priv->stream.flush = lib_noflush;
|
priv->stream.flush = slcd_flush;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Open the SLCD device */
|
/* Open the SLCD device */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user