Function decl. in headers don't need "extern"
This commit is contained in:
parent
82c2d308dc
commit
4041508ffb
2 changed files with 10 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue