From a31b2ec674ea185a8e9383d0b1cdcd63141042e4 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 29 Jun 2006 07:54:00 +0000 Subject: [PATCH] Updated to actual version of h8300-boot. darcs-hash:20060629075432-f2ef6-1685fb7e374c990dac5a0ba095889876f6f79588.gz --- bluetooth/Makefile.omk | 1 + testapp/mirosot_main.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bluetooth/Makefile.omk b/bluetooth/Makefile.omk index aac9b8e..077597f 100644 --- a/bluetooth/Makefile.omk +++ b/bluetooth/Makefile.omk @@ -15,3 +15,4 @@ lib_LIBRARIES = bluetooth bluetooth_SOURCES = bth_command.c bth_event_acc.c bth_error.c bth_cmd_complete_ev.c l2cap.c bth_inface.c bth_main.c h2638_pkt_controll.c include_HEADERS = bth_inface.h bth_fce_out.h bth_h8s2638.h +default_CONFIG = CONFIG_BLUETOOTH=y \ No newline at end of file diff --git a/testapp/mirosot_main.c b/testapp/mirosot_main.c index 662e701..e86e978 100644 --- a/testapp/mirosot_main.c +++ b/testapp/mirosot_main.c @@ -223,7 +223,8 @@ int main() init(); /*nastaveni seriovych linek - Bth, PC*/ - sci_rs232_setmode(115200, 0, 0, 2); //bth + //sci_rs232_setmode(RS232_BAUD_RAW | 3, 0, 0, 2); // HCI - hardcoded 115200 + sci_rs232_setmode(115200, 0, 0, 2); // HCI sci_rs232_setmode(19200, 0, 0, sci_rs232_chan_default); //PC sti(); -- 2.39.2