Skip to content

Commit 5122982

Browse files
committed
Remove deprecated serial_sequential.h header and update includes in cpp_core.h
- Deleted the `serial_sequential.h` header to streamline the codebase and eliminate unused functionality. - Updated `cpp_core.h` to include the new `sequential.h` header, enhancing organization and maintainability of the serial interface. These changes align with ongoing refactoring efforts to improve header management and code clarity.
1 parent ab890f3 commit 5122982

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

include/cpp_core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
#include "cpp_core/error_callback.h"
16+
#include "cpp_core/interface/sequential.h"
1617
#include "cpp_core/serial.h"
17-
#include "cpp_core/serial_sequential.h"
1818
#include "cpp_core/status_codes.h"
1919
#include "cpp_core/version.h"

include/cpp_core/serial_sequential.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)