Function decl. in headers don't need "extern"

This commit is contained in:
Scott Lahteine
2016-05-17 18:22:41 -07:00
parent 82c2d308dc
commit 4041508ffb
2 changed files with 10 additions and 10 deletions

View File

@ -576,6 +576,11 @@ extern "C" {
}
#endif //!SDSUPPORT
#if ENABLED(DIGIPOT_I2C)
extern void digipot_i2c_set_current(int channel, float current);
extern void digipot_i2c_init();
#endif
/**
* Inject the next "immediate" command, when possible.
* Return true if any immediate commands remain to inject.