Remove extraneous 'extern' hints (#21516)

This commit is contained in:
Scott Lahteine
2021-04-02 14:22:43 -05:00
committed by GitHub
parent 9d0b6c5730
commit c2b72c0e73
61 changed files with 215 additions and 217 deletions

View File

@ -25,5 +25,5 @@
* feature/fanmux.h - Cooling Fan Multiplexer support functions
*/
extern void fanmux_switch(const uint8_t e);
extern void fanmux_init();
void fanmux_switch(const uint8_t e);
void fanmux_init();