Statistics
| Revision:

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

History | View | Annotate | Download (112 Bytes)

1

    
2
#include "../hci_comm/hci_comm.h"
3

    
4
int main(int argc, char *argv[]) {
5

    
6
        listenTo(1100);
7
        return 0;
8

    
9
}