We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5187481 commit 54391b7Copy full SHA for 54391b7
src/osconfig.h
@@ -2,7 +2,7 @@
2
3
@file IntrOS: osconfig.h
4
@author Rajmund Szymanski
5
- @date 21.05.2016
+ @date 28.12.2016
6
@brief IntrOS config file for STM32F4 uC.
7
8
******************************************************************************
@@ -44,3 +44,8 @@
44
// default task stack size in bytes
45
// default value: 256
46
#define OS_STACK_SIZE 512
47
+
48
+// ----------------------------
49
+// using standard assertions
50
+// default value: 0
51
+#define OS_ASSERT 0
0 commit comments