X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=src%2Fgpio.h;fp=src%2Fgpio.h;h=01f315341f1dbe05ff69a5f66b8d70b67dccfc9e;hp=3a2e253665bbf67c3ed231387c9d53f766148242;hb=36f1048dfeec94c6f305b76082fecec93347b2ec;hpb=993155fee2327f1f3cda285c9548bbb09688a3f3 diff --git a/src/gpio.h b/src/gpio.h index 3a2e253..01f3153 100644 --- a/src/gpio.h +++ b/src/gpio.h @@ -84,8 +84,6 @@ static inline void gpio_fsel(int x, int f) } } -void delay(uint32_t x); /* in startup.s */ - static inline void gpio_pullups(uint32_t mask0, uint32_t mask1, int state) { REG_GPPUD = state;