Statistics
| Revision:

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

History | View | Annotate | Download (106 Bytes)

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