typographical fix
This commit is contained in:
parent
130a579a59
commit
79e46f0ca8
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Chip configuration register 6. Controls multiple functions: Ethernet
|
* 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)
|
#define CREG6 (CREG_BASE + 0x12C)
|
||||||
|
|
||||||
|
@ -154,6 +154,6 @@
|
|||||||
//TODO interrupts
|
//TODO interrupts
|
||||||
|
|
||||||
void gpio_set(u32 gpioport, u32 gpios);
|
void gpio_set(u32 gpioport, u32 gpios);
|
||||||
void gpio_clear(u32 gpioport, u32 gpios);
|
void gpio_clear(u32 gpioport, u32 gpios);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user