implemented timer handling in run loop

This commit is contained in:
matthias.ringwald 2009-08-09 13:49:15 +00:00
parent 436a4afbf2
commit 70febe6942

View File

@ -90,10 +90,6 @@ void event_handler(uint8_t *packet, uint16_t size){
}
}
void timerCB(struct timer *t){
printf("timeout test!\n");
}
int main (int argc, const char * argv[]){
bt_open();
bt_register_event_packet_handler(event_handler);