From b2419a6593cd1f983886eb7ff1b9d952ba3b83ab Mon Sep 17 00:00:00 2001 From: Siegfried Kienzle Date: Tue, 25 Apr 2017 10:55:34 +0200 Subject: [PATCH] remove some comment on gpio.c gpio.h and empty lines on motor.c --- project/gpio.c | 1 - project/gpio.h | 1 - project/motor.c | 3 --- 3 files changed, 5 deletions(-) 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"