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

@@ -1,4 +1,4 @@
void PllInit(chanend c);
void PllInit(void);
void PllMult(unsigned mult, chanend c);
void PllMult(unsigned mult);