Remove redundant extern modifier before function.

This commit is contained in:
László Monda
2017-10-04 22:33:58 +02:00
parent 4295793fb9
commit b0e706d894

View File

@@ -53,6 +53,6 @@
// Functions:
extern void JumpToBootloader(void);
void JumpToBootloader(void);
#endif