diff --git a/chunihook/led1509306.h b/chunihook/led1509306.h index 03dc62a..15c7c3e 100644 --- a/chunihook/led1509306.h +++ b/chunihook/led1509306.h @@ -6,7 +6,6 @@ struct led1509306_config { bool enable; - bool cvt_port; char board_number[8]; char chip_number[5]; uint8_t fw_ver; diff --git a/chusanhook/config.h b/chusanhook/config.h index e98059e..856112b 100644 --- a/chusanhook/config.h +++ b/chusanhook/config.h @@ -12,7 +12,7 @@ #include "chusanhook/chuni-dll.h" #include "chusanhook/slider.h" -#include "chunihook/led1509306.h" +#include "chusanhook/led1509306.h" struct chusan_hook_config { struct platform_config platform; diff --git a/chusanhook/dllmain.c b/chusanhook/dllmain.c index 28aa8e3..4b23983 100644 --- a/chusanhook/dllmain.c +++ b/chusanhook/dllmain.c @@ -11,7 +11,7 @@ #include "chusanhook/config.h" #include "chusanhook/io4.h" #include "chusanhook/slider.h" -#include "chunihook/led1509306.h" +#include "chusanhook/led1509306.h" #include "chuniio/chuniio.h" diff --git a/chusanhook/led1509306.c b/chusanhook/led1509306.c index 6863fa1..c657c84 100644 --- a/chusanhook/led1509306.c +++ b/chusanhook/led1509306.c @@ -9,7 +9,7 @@ #include "board/led1509306-cmd.h" #include "board/led1509306-frame.h" -#include "chunihook/led1509306.h" +#include "chusanhook/led1509306.h" #include "hook/iobuf.h" #include "hook/iohook.h" @@ -71,7 +71,7 @@ HRESULT led1509306_hook_init(const struct led1509306_config *cfg) com_ports[0] = 20; com_ports[1] = 21; } else { - // CVT mode: COM3, COM23 + // CVT mode: COM2, COM3 com_ports[0] = 2; com_ports[1] = 3; } diff --git a/chusanhook/led1509306.h b/chusanhook/led1509306.h index 15c7c3e..03dc62a 100644 --- a/chusanhook/led1509306.h +++ b/chusanhook/led1509306.h @@ -6,6 +6,7 @@ struct led1509306_config { bool enable; + bool cvt_port; char board_number[8]; char chip_number[5]; uint8_t fw_ver;