Skip to content

Commit 54391b7

Browse files
author
Rajmund Szymanski
committed
update osconfig
1 parent 5187481 commit 54391b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/osconfig.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
@file IntrOS: osconfig.h
44
@author Rajmund Szymanski
5-
@date 21.05.2016
5+
@date 28.12.2016
66
@brief IntrOS config file for STM32F4 uC.
77
88
******************************************************************************
@@ -44,3 +44,8 @@
4444
// default task stack size in bytes
4545
// default value: 256
4646
#define OS_STACK_SIZE 512
47+
48+
// ----------------------------
49+
// using standard assertions
50+
// default value: 0
51+
#define OS_ASSERT 0

0 commit comments

Comments
 (0)