removed extra line

This commit is contained in:
Mariano Alvira 2010-02-24 14:45:26 -05:00
parent e38f9db224
commit 3342c647d0

View file

@ -1,8 +1,6 @@
#ifndef GPIO_H
#define GPIO_H
#define GPIO_PAD_DIR0 ((volatile uint32_t *) 0x80000000)
#define GPIO_PAD_DIR0 ((volatile uint32_t *) 0x80000000)
#define GPIO_PAD_DIR1 ((volatile uint32_t *) 0x80000004)
#define GPIO_DATA0 ((volatile uint32_t *) 0x80000008)