btstack/src/run_loop.c

14 lines
147 B
C
Raw Normal View History

2009-06-06 17:43:50 +00:00
/*
* 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;