typographical fix

This commit is contained in:
Michael Ossmann 2012-05-28 16:15:53 -06:00
parent 130a579a59
commit 79e46f0ca8
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
/*
* Chip configuration register 6. Controls multiple functions: Ethernet
* interface, SCT output, I2S0/1 inputs, EMC clock.
* interface, SCT output, I2S0/1 inputs, EMC clock.
*/
#define CREG6 (CREG_BASE + 0x12C)

View File

@ -154,6 +154,6 @@
//TODO interrupts
void gpio_set(u32 gpioport, u32 gpios);
void gpio_clear(u32 gpioport, u32 gpios);
void gpio_clear(u32 gpioport, u32 gpios);
#endif