We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e731c20 commit 31abb50Copy full SHA for 31abb50
posix-win32/dpp/Makefile_mixed
@@ -73,7 +73,7 @@ C_SRCS := \
73
74
# C++ source files...
75
CPP_SRCS := \
76
- main.cpp
+ mixed.cpp
77
78
LIB_DIRS :=
79
LIBS :=
posix-win32/dpp/main.cpp renamed to posix-win32/dpp/mixed.cpp
@@ -29,17 +29,11 @@
29
// <www.state-machine.com/licensing>
30
// <[email protected]>
31
//============================================================================
32
-#ifdef __cplusplus
33
extern "C" {
34
-#endif
35
-
36
#include "qpc.h" // QP/C real-time embedded framework
37
#include "dpp.h" // DPP Application interface
38
#include "bsp.h" // Board Support Package
39
40
41
-}
42
+} // extern "C"
43
44
//............................................................................
45
int main(int argc, char *argv[]) {
0 commit comments