fix missing closing comment

This commit is contained in:
Matthias Ringwald 2015-04-25 22:12:40 +02:00
parent b87cb105d6
commit d361a014da

View File

@ -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[]){