Implemented gpio_clear() for LPC17xx.
This commit is contained in:
@@ -133,5 +133,6 @@
|
||||
#define GPIO_IS MMIO32(GPIOINTERRPUT_BASE + 0x80)
|
||||
|
||||
void gpio_set(u32 gpioport, u32 gpios);
|
||||
void gpio_clear(u32 gpioport, u32 gpios);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user