From 72c7b151b004915630e67577efbd07a980d73ce2 Mon Sep 17 00:00:00 2001 From: Jeonghoon Park Date: Wed, 6 Dec 2017 22:12:27 +0900 Subject: [PATCH] fix coding rule --- src/dc_motor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dc_motor.c b/src/dc_motor.c index 8810f01..dbe57ca 100644 --- a/src/dc_motor.c +++ b/src/dc_motor.c @@ -325,4 +325,4 @@ SET_SPEED: MotorState[id] = e_state; return 0; -} \ No newline at end of file +} -- 2.7.4