From 10e0ad6c7aea48baf9bddd223ebdd2d5c0673b3f Mon Sep 17 00:00:00 2001 From: Jaup <270995079@qq.com> Date: Mon, 12 Sep 2016 06:58:08 +0000 Subject: [PATCH] remove #include button.h --- button.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/button.h b/button.h index 20d4013..8e9dbad 100644 --- a/button.h +++ b/button.h @@ -8,7 +8,6 @@ #include "stdint.h" #include "string.h" -#include "button.h" //According to your need to modify the constants. @@ -58,6 +57,6 @@ void button_ticks(void); #ifdef __cplusplus } -#endif +#endif #endif