Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
0a503587
Commit
0a503587
authored
Jan 10, 2017
by
Marcel Stör
Browse files
Fix typo (#1714)
parent
52aa1f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/platform/platform.c
View file @
0a503587
...
@@ -329,7 +329,7 @@ int platform_gpio_register_intr_hook(uint32_t bits, platform_hook_function hook)
...
@@ -329,7 +329,7 @@ int platform_gpio_register_intr_hook(uint32_t bits, platform_hook_function hook)
#endif // GPIO_INTERRUPT_HOOK_ENABLE
#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 d
i
sabled
*/
*/
void
NO_INTR_CODE
platform_gpio_intr_init
(
unsigned
pin
,
GPIO_INT_TYPE
type
)
void
NO_INTR_CODE
platform_gpio_intr_init
(
unsigned
pin
,
GPIO_INT_TYPE
type
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment