Skip to content

Commit

Permalink
squash: document SHELL_DEFAULT_BUFSIZE in sys/include/shell.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jul 30, 2015
1 parent 48010f9 commit 4a009cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sys/include/shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@

#include "attributes.h"

#define SHELL_DEFAULT_BUFSIZE (128)

#ifdef __cplusplus
extern "C" {
#endif

/**
* @brief Default shell buffer size (maximum line length shell can handle)
*/
#define SHELL_DEFAULT_BUFSIZE (128)

/**
* @brief Protype of a shell callback handler.
* @details The functions supplied to shell_init() must use this signature.
Expand Down

0 comments on commit 4a009cc

Please sign in to comment.