1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/stdio_null/doc.txt
2023-01-13 11:08:22 +01:00

22 lines
599 B
Plaintext

/*
* Copyright (C) 2019 Bas Stottelaar <basstottelaar@gmail.com>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @defgroup sys_stdio_null STDIO null driver
* @ingroup sys_stdio
*
* @brief 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
*/