mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
fix missing closing comment
This commit is contained in:
parent
b87cb105d6
commit
d361a014da
@ -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[]){
|
||||
|
Loading…
x
Reference in New Issue
Block a user