aboutsummaryrefslogtreecommitdiff
path: root/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.h')
-rw-r--r--devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.h b/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.h
new file mode 100644
index 000000000000..7d5a7f5dfe50
--- /dev/null
+++ b/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.h
@@ -0,0 +1,20 @@
+--- DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.h.orig 2025-04-02 18:10:46 UTC
++++ DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.h
+@@ -45,7 +45,7 @@
+
+ #include <boost/asio/serial_port.hpp>
+ #include <boost/asio/deadline_timer.hpp>
+-#include <boost/asio/io_service.hpp>
++#include <boost/asio/io_context.hpp>
+
+ namespace TI
+ {
+@@ -74,7 +74,7 @@ namespace TI
+
+ private:
+ std::vector<uint8_t> inputBuffer;
+- boost::asio::io_service* ioService;
++ boost::asio::io_context* ioService;
+ boost::asio::serial_port* port;
+ boost::asio::deadline_timer* timer;
+ ComState comState;