Skip to content

Commit

Permalink
kerel typo (#3901)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
EntranceJew and skotopes authored Sep 15, 2024
1 parent 19a3736 commit 913a86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion furi/core/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void furi_delay_tick(uint32_t ticks);
*
* @warning This should never be called in interrupt request context.
*
* @param[in] tick The tick until which kerel should delay task execution
* @param[in] tick The tick until which kernel should delay task execution
*
* @return The furi status.
*/
Expand Down

0 comments on commit 913a86b

Please sign in to comment.