File where all settings take place.  
More...
Go to the source code of this file.
 | 
| 
#define  | MAX_MESSAGE_SIZE   255 | 
|   | 
| 
#define  | MAX_LEVEL_INT_NESTING   3 | 
|   | 
| 
#define  | SYS_TICK_MS   100 | 
|   | 
| 
#define  | SYS_TICK_PERIOD_MS   SYS_TICK_MS | 
|   | 
| 
#define  | MS_2_TICKS(MS)   (MS/SYS_TICK_MS) | 
|   | 
| 
#define  | MAX_SIZE_TASK_NAME   20 | 
|   | 
| 
#define  | MAX_NUMBER_OF_TASKS   4 | 
|   | 
| 
#define  | HEAP_SIZE   4 | 
|   | 
| 
#define  | ALIVE_PULSE_LENGTH   MS_2_TICKS(200) | 
|   | 
| 
#define  | CONVERT_NEWLINE | 
|   | 
| 
#define  | STD_STRING_BUFFER_SIZE   128 | 
|   | 
| 
#define  | DEBUG_MODE   1 | 
|   | 
File where all settings take place. 
- Author
 - Maximilian Stiefel 
 
- Date
 - 8 Jan 2018