Statistics
| Revision:

root / logic / trunk / src / startup / main.c @ 8

History | View | Annotate | Download (112 Bytes)

1 7 alexbesir
2 8 alexbesir
#include "../hci_comm/hci_comm.h"
3 7 alexbesir
4
int main(int argc, char *argv[]) {
5
6
        listenTo(1100);
7
        return 0;
8
9 8 alexbesir
}