Skip to content

Commit

Permalink
Merge pull request #10 from SummerGGift/2018917
Browse files Browse the repository at this point in the history
【修改】:azure 例程线程栈参数修改
  • Loading branch information
armink authored Sep 17, 2018
2 parents 93e1cdb + 6118f04 commit 8e93334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/iothub_ll_c2d_sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ int azure_iothub_ll_c2d_sample(void)
}

#define THREAD_PRIORITY 10
#define THREAD_STACK_SIZE 20000
#define THREAD_STACK_SIZE 8192
#define THREAD_TIMESLICE 5

int azure_c2d_sample()
Expand Down
2 changes: 1 addition & 1 deletion samples/iothub_ll_telemetry_sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ int azure_iothub_ll_telemetry_sample(void)
}

#define THREAD_PRIORITY 10
#define THREAD_STACK_SIZE 20000
#define THREAD_STACK_SIZE 8192
#define THREAD_TIMESLICE 5

int azure_telemetry_sample()
Expand Down

0 comments on commit 8e93334

Please sign in to comment.