Skip to content

Commit 0aed47e

Browse files
authored
Updated copyrights (#59)
1 parent 5272dc1 commit 0aed47e

File tree

78 files changed

+111
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+111
-76
lines changed

.codebanner.json

+12
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,18 @@
286286
},
287287
"projects/c_testapp/src/comm_channels/udp_bridge.c": {
288288
"docstring": "UDP interface fopr the C testapp. Used to talk with the server"
289+
},
290+
"projects/c_testapp/include/file2.h": {
291+
"docstring": "Placeholder file for variable extraction test"
292+
},
293+
"projects/c_testapp/include/file1.h": {
294+
"docstring": "Placeholder file for variable extraction test"
295+
},
296+
"projects/c_testapp/src/file1.c": {
297+
"docstring": "Placeholder file for variable extraction test"
298+
},
299+
"projects/c_testapp/src/file2.c": {
300+
"docstring": "Placeholder file for variable extraction test"
289301
}
290302
}
291303
}

lib/inc/datalogging/scrutiny_datalogger.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_DATALOGGER_H___
1010
#define ___SCRUTINY_DATALOGGER_H___

lib/inc/datalogging/scrutiny_datalogger_raw_encoder.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

1010
#ifndef ___SCRUTINY_DATALOGGER_RAW_ENCODER___
1111
#define ___SCRUTINY_DATALOGGER_RAW_ENCODER___

lib/inc/datalogging/scrutiny_datalogging.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_DATALOGGING_H___
1010
#define ___SCRUTINY_DATALOGGING_H___

lib/inc/datalogging/scrutiny_datalogging_data_encoding.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

1010
#ifndef ___SCRUTINY_DATALOGGING_DATA_ENCODING_H___
1111
#define ___SCRUTINY_DATALOGGING_DATA_ENCODING_H___

lib/inc/datalogging/scrutiny_datalogging_trigger.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_DATALOGGING_TRIGGER_H___
1010
#define ___SCRUTINY_DATALOGGING_TRIGGER_H___

lib/inc/datalogging/scrutiny_datalogging_types.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_DATALOGGING_TYPES_H___
1010
#define ___SCRUTINY_DATALOGGING_TYPES_H___

lib/inc/protocol/scrutiny_codec_v1_0.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_CODEC_V1_0___
1010
#define ___SCRUTINY_CODEC_V1_0___

lib/inc/protocol/scrutiny_comm_handler.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

1010
#ifndef ___SCRUTINY_COMM_HANDLER_H___
1111
#define ___SCRUTINY_COMM_HANDLER_H___

lib/inc/protocol/scrutiny_protocol.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_PROTOCOL_H___
1010
#define ___SCRUTINY_PROTOCOL_H___

lib/inc/protocol/scrutiny_protocol_definitions.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

1010
#ifndef ___SCRUTINY_PROTOCOL_DEFINITION_H___
1111
#define ___SCRUTINY_PROTOCOL_DEFINITION_H___

lib/inc/scrutiny.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_H___
1010
#define ___SCRUTINY_H___

lib/inc/scrutiny_c_compatible_types.h

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
// No ifdef guards on purpose
1+
// scrutiny_c_compatible_types.h
2+
// Types declaration that are valid in both C and C++. The C++ library extend them,
3+
// the C-Wrapper uses them directly
4+
//
5+
// - License : MIT - See LICENSE file.
6+
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
7+
//
8+
// Copyright (c) 2021 Scrutiny Debugger
29

310
#include <stdint.h>
411
#include "scrutiny_setup.hpp"

lib/inc/scrutiny_common_codecs.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_COMMON_CODECS_H___
1010
#define ___SCRUTINY_COMMON_CODECS_H___

lib/inc/scrutiny_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

1010
#ifndef ___SCRUTINY_CONFIG_H___
1111
#define ___SCRUTINY_CONFIG_H___

lib/inc/scrutiny_ipc.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_IPC_H___
1010
#define ___SCRUTINY_IPC_H___

lib/inc/scrutiny_loop_handler.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// - License : MIT - See LICENSE file.
77
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
88
//
9-
// Copyright (c) 2021-2023 Scrutiny Debugger
9+
// Copyright (c) 2021 Scrutiny Debugger
1010

1111
#ifndef ___SCRUTINY_LOOP_HANDLER_H___
1212
#define ___SCRUTINY_LOOP_HANDLER_H___

lib/inc/scrutiny_main_handler.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef __SCRUTINY_HANDLER_H__
1010
#define __SCRUTINY_HANDLER_H__

lib/inc/scrutiny_setup.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

10-
// ========== Definitions ==========
1110
#define SCRUTINY_PROTOCOL_VERSION(MAJOR, MINOR) ((((MAJOR) << 8) & 0xFF00) | ((MINOR) & 0xFF))
1211
#define SCRUTINY_PROTOCOL_VERSION_MAJOR(v) ((v >> 8) & 0xFF)
1312
#define SCRUTINY_PROTOCOL_VERSION_MINOR(v) (v & 0xFF)

lib/inc/scrutiny_software_id.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_SOFTWARE_ID_H___
1010
#define ___SCRUTINY_SOFTWARE_ID_H___

lib/inc/scrutiny_timebase.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_TIMEBASE_H___
1010
#define ___SCRUTINY_TIMEBASE_H___

lib/inc/scrutiny_tools.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef __SCRUTINY_TOOLS_H__
1010
#define __SCRUTINY_TOOLS_H__

lib/inc/scrutiny_types.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___SCRUTINY_TYPES_H___
1010
#define ___SCRUTINY_TYPES_H___

lib/inc/static_analysis_build_config.hpp

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
// static_analysis_build_config.hpp
2+
// Stubbed configuration file used for static analysis with hardcoded values instead
3+
// of values coming from cmake
4+
//
5+
// - License : MIT - See LICENSE file.
6+
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
7+
//
8+
// Copyright (c) 2021 Scrutiny Debugger
9+
110
#ifndef ___STATIC_ANALYSIS_BUILD_CONFIG_H___
211
#define ___STATIC_ANALYSIS_BUILD_CONFIG_H___
312

lib/src/datalogging/datalogging.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include "scrutiny_setup.hpp"
1010
#include "datalogging/scrutiny_datalogging.hpp"

lib/src/datalogging/scrutiny_datalogger.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include "scrutiny_setup.hpp"
1010
#include "datalogging/scrutiny_datalogger.hpp"

lib/src/datalogging/scrutiny_datalogger_raw_encoder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

1010
#include "scrutiny_setup.hpp"
1111
#include "datalogging/scrutiny_datalogger_raw_encoder.hpp"

lib/src/datalogging/scrutiny_datalogging_trigger.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include "scrutiny_setup.hpp"
1010
#include "scrutiny_tools.hpp"

lib/src/protocol/scrutiny_codec_v1_0.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include <string.h>
1010
#include <stdint.h>

lib/src/protocol/scrutiny_comm_handler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

1010
#include <string.h>
1111

lib/src/protocol/scrutiny_protocol_definitions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include <stdint.h>
1010
#include "protocol/scrutiny_protocol_definitions.hpp"

lib/src/scrutiny_common_codecs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include "scrutiny_setup.hpp"
1010
#include "scrutiny_common_codecs.hpp"

lib/src/scrutiny_config.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include "scrutiny_setup.hpp"
1010
#include "scrutiny_config.hpp"

lib/src/scrutiny_loop_handler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// - License : MIT - See LICENSE file.
77
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
88
//
9-
// Copyright (c) 2021-2023 Scrutiny Debugger
9+
// Copyright (c) 2021 Scrutiny Debugger
1010

1111
#include "scrutiny_setup.hpp"
1212
#include "scrutiny_loop_handler.hpp"

lib/src/scrutiny_main_handler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include <string.h>
1010
#include "scrutiny_setup.hpp"

lib/src/scrutiny_software_id.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include <stdint.h>
1010

lib/src/scrutiny_tools.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#include <stdint.h>
1010
#include "scrutiny_setup.hpp"

projects/testapp/include/argument_parser.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___ARGUMENT_PARSER_H___
1010
#define ___ARGUMENT_PARSER_H___

projects/testapp/include/comm_channels/abstract_comm_channel.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

1010
#ifndef ___ABSTRACT_COMM_CHANNEL_H___
1111
#define ___ABSTRACT_COMM_CHANNEL_H___

projects/testapp/include/comm_channels/nix_serial_port_bridge.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___NIX_SERIAL_PORT_BRIDGE_H___
1010
#define ___NIX_SERIAL_PORT_BRIDGE_H___

projects/testapp/include/comm_channels/udp_bridge.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - License : MIT - See LICENSE file.
55
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
66
//
7-
// Copyright (c) 2021-2023 Scrutiny Debugger
7+
// Copyright (c) 2021 Scrutiny Debugger
88

99
#ifndef ___UDP_BRIDGE_H___
1010
#define ___UDP_BRIDGE_H___

projects/testapp/include/comm_channels/win_serial_port_bridge.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - License : MIT - See LICENSE file.
66
// - Project : Scrutiny Debugger (github.com/scrutinydebugger/scrutiny-embedded)
77
//
8-
// Copyright (c) 2021-2023 Scrutiny Debugger
8+
// Copyright (c) 2021 Scrutiny Debugger
99

1010
#ifndef ___WIN_SERIAL_PORT_BRIDGE_H___
1111
#define ___WIN_SERIAL_PORT_BRIDGE_H___

0 commit comments

Comments
 (0)