kinetis: kinetis.h missing-semi

This commit is contained in:
David Sidrane 2020-08-12 09:06:26 -07:00 committed by Abdelatif Guettouche
parent c046e56b3b
commit 553dc4a0c9
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ int kinetis_netinitialize(int intf);
*
************************************************************************************/
#ifdef CONFIG_KINETIS_FLEXCAN
int kinetis_caninitialize(int intf)
int kinetis_caninitialize(int intf);
#endif
#endif /* __ASSEMBLY__ */