Remove i2c chanend argument from config functions.
This commit is contained in:
@@ -12,9 +12,7 @@
|
||||
* receiving/transmitting samples
|
||||
* \param c_config An optional channel that will be passed on to the
|
||||
* CODEC configuration functions.
|
||||
* \param c_i2c An optional channel that will be passed on to the
|
||||
* functions requiring i2c.
|
||||
*/
|
||||
void audio(chanend c_in, chanend ?c_dig, chanend ?c_config, chanend ?c_i2c);
|
||||
void audio(chanend c_in, chanend ?c_dig, chanend ?c_config);
|
||||
|
||||
#endif // __audio_h__
|
||||
|
||||
Reference in New Issue
Block a user