mirror of
https://github.com/apache/nuttx.git
synced 2026-09-04 08:04:02 +00:00
Fix typo in name of callback field.
This commit is contained in:
parent
aa8d4422a5
commit
44abbe60aa
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ xcpt_t stm32_gpiosetevent(uint32_t pinset, bool risingedge, bool fallingedge,
|
|||
|
||||
for (i = 0; i < nshared; i++)
|
||||
{
|
||||
if (shared_cbs[i].handler != NULL)
|
||||
if (shared_cbs[i].callback != NULL)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue