Skip to content
Snippets Groups Projects
Commit ccd82fcf authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ...

Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends.  Re-organization of files in configs/pcblogic-pic32mx/src
parent f310ebe9
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ int slcd_main(int argc, char *argv[])
memset(priv, 0, sizeof(struct slcd_test_s));
priv->stream.put = slcd_putc;
#ifdef CONFIG_STDIO_LINEBUFFER
priv->stream.flush = lib_noflush;
priv->stream.flush = slcd_flush;
#endif
/* Open the SLCD device */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment