Skip to content

Commit 31abb50

Browse files
committed
7.3.5
1 parent e731c20 commit 31abb50

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

posix-win32/dpp/Makefile_mixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ C_SRCS := \
7373

7474
# C++ source files...
7575
CPP_SRCS := \
76-
main.cpp
76+
mixed.cpp
7777

7878
LIB_DIRS :=
7979
LIBS :=

posix-win32/dpp/main.cpp renamed to posix-win32/dpp/mixed.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,11 @@
2929
// <www.state-machine.com/licensing>
3030
3131
//============================================================================
32-
#ifdef __cplusplus
3332
extern "C" {
34-
#endif
35-
3633
#include "qpc.h" // QP/C real-time embedded framework
3734
#include "dpp.h" // DPP Application interface
3835
#include "bsp.h" // Board Support Package
39-
40-
#ifdef __cplusplus
41-
}
42-
#endif
36+
} // extern "C"
4337

4438
//............................................................................
4539
int main(int argc, char *argv[]) {

0 commit comments

Comments
 (0)