Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
#ifndef APP_TASK_CFG_H
#define APP_TASK_CFG_H

 
#define TASK_APP_DISCO_NAME         "disco"
#define TASK_APP_DISCO_PRIORITY     55
#define TASK_APP_DISCO_STK_SIZE     256

 
#define TASK_APP_MGRCONN_NAME       "mgrconn"
#define TASK_APP_MGRCONN_PRIORITY   54
#define TASK_APP_MGRCONN_STK_SIZE   256

 
#define TASK_APP_UART_NAME          "uart"
#define TASK_APP_UART_PRIORITY      53
#define TASK_APP_UART_STK_SIZE      256

 
#endif