mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
removed extra line
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user