mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 03:32:49 +00:00
14 lines
147 B
C
14 lines
147 B
C
|
/*
|
||
|
* run_loop.c
|
||
|
*
|
||
|
* Created by Matthias Ringwald on 6/6/09.
|
||
|
*/
|
||
|
|
||
|
#include "run_loop.h"
|
||
|
|
||
|
// the run loop
|
||
|
static data_source_t the_run_loop;
|
||
|
|
||
|
|
||
|
|