Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Jan 6, 2025
1 parent 046f15e commit 6a898c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/task/include/run_on_core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static auto run_on_core(const auto &f, const espp::Task::BaseConfig &task_config
/// @param stack_size_bytes The stack size to allocate for the function
/// @param priority The priority of the task
/// @param name The name of the task
/// @note This function is only available on ESP32
/// @note This function is only available on the ESP platform
/// @note If you provide a core_id < 0, the thread will not be pinned to any
/// specific core, instead the scheduler will decide which core to run
/// the thread on
Expand Down

0 comments on commit 6a898c9

Please sign in to comment.