mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-25 13:31:37 +00:00
removed extra line
This commit is contained in:
parent
e38f9db224
commit
3342c647d0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user