Skip to content

Commit

Permalink
fixed os header of simulation os
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bernauer committed Dec 13, 2012
1 parent d68b2d0 commit f6d1c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/simulation_os/os/ocram.h
Expand Up @@ -3,7 +3,7 @@

#ifdef OCRAM_MODE
#define TC_RUN_THREAD __attribute__((tc_thread))
#define TC_BLOCKING __attribute__((tc_api))
#define TC_BLOCKING __attribute__((tc_block))
#else
#define TC_RUN_THREAD
#define TC_BLOCKING
Expand Down

0 comments on commit f6d1c79

Please sign in to comment.