Commit 0a503587 authored by Marcel Stör's avatar Marcel Stör
Browse files

Fix typo (#1714)

parent 52aa1f7e
......@@ -329,7 +329,7 @@ int platform_gpio_register_intr_hook(uint32_t bits, platform_hook_function hook)
#endif // GPIO_INTERRUPT_HOOK_ENABLE
/*
* Initialise GPIO interrupt mode. Optionally in RAM because interrupts are dsabled
* Initialise GPIO interrupt mode. Optionally in RAM because interrupts are disabled
*/
void NO_INTR_CODE platform_gpio_intr_init( unsigned pin, GPIO_INT_TYPE type )
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment