Skip to content
Snippets Groups Projects
Commit 3983cacb authored by Scott Lahteine's avatar Scott Lahteine
Browse files

No extern needed for func decl

parent 43b29c09
Branches
Tags
No related merge requests found
......@@ -23,6 +23,6 @@
#include <stdint.h>
extern void menu_mmu2();
extern void mmu2_M600();
extern uint8_t mmu2_chooseFilament();
void menu_mmu2();
void mmu2_M600();
uint8_t mmu2_chooseFilament();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment