From d361a014dacdf532a14a9f65e7110d4ca6889920 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sat, 25 Apr 2015 22:12:40 +0200 Subject: [PATCH] fix missing closing comment --- example/embedded/led_counter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/embedded/led_counter.c b/example/embedded/led_counter.c index 4d6e4ee9c..af45949e0 100644 --- a/example/embedded/led_counter.c +++ b/example/embedded/led_counter.c @@ -84,7 +84,8 @@ static void heartbeat_handler(timer_source_t *ts){ * * @text Listing MainConfiguration shows main application code. * It configures the heartbeat tier and adds it to the run loop. - + */ + /* LISTING_START(MainConfiguration): Setup heartbeat timer */ int btstack_main(int argc, const char * argv[]); int btstack_main(int argc, const char * argv[]){