diff --git a/project/gpio.c b/project/gpio.c index c62152d..c6bf660 100644 --- a/project/gpio.c +++ b/project/gpio.c @@ -1,4 +1,3 @@ -/*GPIO.c*/ #include #include #include diff --git a/project/gpio.h b/project/gpio.h index d60543f..9c5cae6 100644 --- a/project/gpio.h +++ b/project/gpio.h @@ -1,4 +1,3 @@ -/*gpio.h*/ #ifndef GPIO_H_ #define GPIO_H_ diff --git a/project/motor.c b/project/motor.c index 43f2701..eb14928 100755 --- a/project/motor.c +++ b/project/motor.c @@ -5,9 +5,6 @@ #include #include "gpio.h" - - - #define PIN_MOTOR1_FORWARD "20" #define PIN_MOTOR1_REVERSE "13" #define PIN_MOTOR2_FORWARD "19"