kerel typo (#3901)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
EntranceJew 2024-09-15 10:07:04 -05:00 committed by GitHub
parent 19a3736fe5
commit 913a86bbec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ void furi_delay_tick(uint32_t ticks);
* *
* @warning This should never be called in interrupt request context. * @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. * @return The furi status.
*/ */