Dummy implementation of the stdio interface. More...
Dummy implementation of the stdio interface.
This provides a null driver for STDIO that does not depend on anything. It is a mock implementation that will never output / read anything.
To enable it use
USEMODULE += stdio_null
Files | |
file | stdio.h |
This module a wrapper for the stdio.h header intended to remove all calls to stdout when stdio_null is used. | |