From 3ae8da147108ca3972a494be5b5a69d9ae8c3205 Mon Sep 17 00:00:00 2001 From: Jaup <270995079@qq.com> Date: Tue, 30 Aug 2016 10:05:46 +0000 Subject: [PATCH] add example --- README.md | 2 +- button.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 489080a..ccc102b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ void BTN1_SINGLE_CLICK_Handler() void BTN1_DOUBLE_Click_Handler() { - //do something.. + //do something.. } ... ``` diff --git a/button.h b/button.h index 9c528aa..317b9c6 100644 --- a/button.h +++ b/button.h @@ -37,7 +37,7 @@ int button_start(struct Button* btn); void button_stop(struct Button* btn); void button_ticks(void); -#ifdef __cplusplus +#ifdef __cplusplus } #endif