Skip to content

Commit

Permalink
drivers/include/slipdev.h : Compile Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaim committed Apr 14, 2020
1 parent 4333a9f commit c63bdca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/include/slipdev.h
Expand Up @@ -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
*
Expand All @@ -43,6 +48,7 @@ extern "C" {
#ifndef SLIPDEV_BUFSIZE
#define SLIPDEV_BUFSIZE (2048U)
#endif
/** @} */

/**
* @name Device state definitions
Expand Down

0 comments on commit c63bdca

Please sign in to comment.