Remove i2c chanend argument from config functions.

This commit is contained in:
Russell
2011-11-17 15:17:26 +00:00
parent 9a3b011c95
commit 36246a4f2d
5 changed files with 12 additions and 14 deletions

View File

@@ -5,10 +5,10 @@
/* Functions that handle master clock generation. These need modifying for an existing design */
/* Any initialisation required for master clock generation - run once at start up */
void ClockingInit(chanend ?c);
void ClockingInit(void);
/* Configuration for a specific master clock frequency - run every sample frequency change */
void ClockingConfig(unsigned mClkFreq, chanend ?c);
void ClockingConfig(unsigned mClkFreq);
/** Clock generation and digital audio I/O handling.