mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
kinetis: kinetis.h missing-semi
This commit is contained in:
committed by
Abdelatif Guettouche
parent
c046e56b3b
commit
553dc4a0c9
@@ -778,7 +778,7 @@ int kinetis_netinitialize(int intf);
|
|||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
#ifdef CONFIG_KINETIS_FLEXCAN
|
#ifdef CONFIG_KINETIS_FLEXCAN
|
||||||
int kinetis_caninitialize(int intf)
|
int kinetis_caninitialize(int intf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
|
|||||||
Reference in New Issue
Block a user