Imported more library files
Not compiling currently
This commit is contained in:
23
config/circular_queue_config.h
Normal file
23
config/circular_queue_config.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/***************************************************************************//**
|
||||
* @file circular_queue_config.h
|
||||
* @brief Configuration file for circular queue.
|
||||
* @copyright Copyright 2015 Silicon Laboratories, Inc. www.silabs.com
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef __CIRCULAR_QUEUE_CONFIG_H__
|
||||
#define __CIRCULAR_QUEUE_CONFIG_H__
|
||||
|
||||
// <<< Use Configuration Wizard in Context Menu >>>
|
||||
// <h> Circular Queue Configuration
|
||||
|
||||
// <o CIRCULAR_QUEUE_LEN_MAX> Max Queue Length
|
||||
// <0-256:1>
|
||||
// <i> Default: 5
|
||||
#ifndef CIRCULAR_QUEUE_LEN_MAX
|
||||
#define CIRCULAR_QUEUE_LEN_MAX 16
|
||||
#endif
|
||||
|
||||
// </h>
|
||||
// <<< end of configuration section >>>
|
||||
|
||||
#endif // __CIRCULAR_QUEUE_CONFIG_H__
|
||||
Reference in New Issue
Block a user