Skip to content

Commit

Permalink
update osconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajmund Szymanski committed Dec 28, 2016
1 parent 5187481 commit 54391b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/osconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file IntrOS: osconfig.h
@author Rajmund Szymanski
@date 21.05.2016
@date 28.12.2016
@brief IntrOS config file for STM32F4 uC.
******************************************************************************
Expand Down Expand Up @@ -44,3 +44,8 @@
// default task stack size in bytes
// default value: 256
#define OS_STACK_SIZE 512

// ----------------------------
// using standard assertions
// default value: 0
#define OS_ASSERT 0

0 comments on commit 54391b7

Please sign in to comment.