mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-14 07:29:53 +00:00
removed extra line
This commit is contained in:
parent
e38f9db224
commit
3342c647d0
@ -1,8 +1,6 @@
|
|||||||
#ifndef GPIO_H
|
#ifndef GPIO_H
|
||||||
#define GPIO_H
|
#define GPIO_H
|
||||||
|
|
||||||
#define GPIO_PAD_DIR0 ((volatile uint32_t *) 0x80000000)
|
|
||||||
|
|
||||||
#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_PAD_DIR1 ((volatile uint32_t *) 0x80000004)
|
||||||
#define GPIO_DATA0 ((volatile uint32_t *) 0x80000008)
|
#define GPIO_DATA0 ((volatile uint32_t *) 0x80000008)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user