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:
parent
4333a9f299
commit
c63bdca3ab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user