aboutsummaryrefslogtreecommitdiff
path: root/kernel/task/mcu/atmega2560/include/mcu/task/task.h
blob: d9823afeb7b78f9119d00dfcda40999e79734ff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MCU_TASK_H
#define MACU_TASK_H


/** Default stack size, you may use this definition for declaring tasks. */
#define DEFAULT_STACK_SIZE 256

/** Stack size to be allocated for the idle task. */
#define IDLE_STACK_SIZE 64

#endif