chibios_with_elua/ext/platform_chibios/stacks.h

10 lines
150 B
C
Raw Normal View History

2015-03-12 06:54:57 -07:00
// Stack size definitions
#ifndef __STACKS_H__
#define __STACKS_H__
#define STACK_SIZE 4096
#define STACK_SIZE_TOTAL ( STACK_SIZE )
#endif