diff --git a/myis11/src/test/test.cpp b/myis11/src/test/test.cpp index 29bb2ae..794308b 100644 --- a/myis11/src/test/test.cpp +++ b/myis11/src/test/test.cpp @@ -14,10 +14,10 @@ #include "test.h" #include "stdio.h" -void test() { - printf("hello world sdfsdf12131321321313132\n"); - printf("dsdf\n"); -} +//void test() { +// printf("hello world sdfsdf12131321321313132\n"); +// printf("dsdf\n"); +//} //int isSensorInit() { // diff --git a/myis11/src/test/test.h b/myis11/src/test/test.h index 9bfe77f..09ed37e 100644 --- a/myis11/src/test/test.h +++ b/myis11/src/test/test.h @@ -17,13 +17,13 @@ #include #include - -extern "C" __declspec(dllexport) std::int32_t abs1(std::int32_t n) { - return 100; -} -extern "C" { - -} -extern "C" __declspec(dllexport) void test(); +// +//extern "C" __declspec(dllexport) std::int32_t abs1(std::int32_t n) { +// return 100; +//} +//extern "C" { +// +//} +//extern "C" __declspec(dllexport) void test(); #endif //MYIS11_TEST_H