Skip to content

Commit

Permalink
Disable other threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier C. Larocque committed Mar 8, 2016
1 parent a460697 commit e662902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nOS/inc/nOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
* 1. If disabled, application is responsible to call nOS_TimerProcess. *
* *
**********************************************************************************************************************/
#define NOS_CONFIG_TIMER_THREAD_ENABLE 1
#define NOS_CONFIG_TIMER_THREAD_ENABLE 0

/**********************************************************************************************************************
* *
Expand Down Expand Up @@ -443,7 +443,7 @@
* 1. If disabled, application is responsible to call nOS_SignalProcess. *
* *
**********************************************************************************************************************/
#define NOS_CONFIG_SIGNAL_THREAD_ENABLE 1
#define NOS_CONFIG_SIGNAL_THREAD_ENABLE 0

/**********************************************************************************************************************
* *
Expand Down Expand Up @@ -551,7 +551,7 @@
* 1. If disabled, application is responsible to call nOS_AlarmProcess. *
* *
**********************************************************************************************************************/
#define NOS_CONFIG_ALARM_THREAD_ENABLE 1
#define NOS_CONFIG_ALARM_THREAD_ENABLE 0

/**********************************************************************************************************************
* *
Expand Down

0 comments on commit e662902

Please sign in to comment.