Skip to content

Commit

Permalink
Update cpp_pthread.cpp
Browse files Browse the repository at this point in the history
the word default was misspelled.
  • Loading branch information
f-hoepfinger-hr-agrartechnik authored Feb 8, 2023
1 parent 668eb92 commit 8994928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cxx/pthread/main/cpp_pthread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ esp_pthread_cfg_t create_config(const char *name, int core_id, int stack, int pr

extern "C" void app_main(void)
{
// Create a thread using deafult values that can run on any core
// Create a thread using default values that can run on any core
auto cfg = esp_pthread_get_default_config();
esp_pthread_set_cfg(&cfg);
std::thread any_core(thread_func_any_core);
Expand Down

0 comments on commit 8994928

Please sign in to comment.