1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

drivers/include/slipdev.h : Compile Configs

This commit is contained in:
Akshai M 2020-04-06 12:21:58 +05:30
parent 4333a9f299
commit c63bdca3ab

View File

@ -32,6 +32,11 @@
extern "C" {
#endif
/**
* @defgroup drivers_slipdev_config SLIP Network driver compile configuration
* @ingroup config_drivers_netdev
* @{
*/
/**
* @brief UART buffer size used for TX and RX buffers
*
@ -43,6 +48,7 @@ extern "C" {
#ifndef SLIPDEV_BUFSIZE
#define SLIPDEV_BUFSIZE (2048U)
#endif
/** @} */
/**
* @name Device state definitions