Fix typo in name of callback field.

This commit is contained in:
Gregory Nutt
2017-02-27 14:51:29 -06:00
parent aa8d4422a5
commit 44abbe60aa
+1 -1
View File
@@ -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;
}