1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

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

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.
*/ */