diff --git a/README.md b/README.md index 0007e85..f22a539 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,4 @@ Please let us know if you have a request for a support of board/kernel, or if yo ## License The source code of this repository itself is published under [Apache License 2.0](https://github.com/mROS-base/mros2/blob/main/LICENSE). -Please note that this repository contains [embeddedRTPS and its third party libraries](https://github.com/mROS-base/embeddedRTPS#third-party-libraries) as the submodule, and also check their Licenses. +Please note that this repository contains [embeddedRTPS and its third party libraries](https://github.com/mROS-base/embeddedRTPS#third-party-libraries) as the submodule, and also check their Licenses. \ No newline at end of file diff --git a/src/mros2.cpp b/src/mros2.cpp index d790f97..fd8ba07 100644 --- a/src/mros2.cpp +++ b/src/mros2.cpp @@ -9,11 +9,6 @@ #include "cmsis_os.h" #endif /* __MBED__ */ -#ifndef __MBED__ -/* Statement to avoid link error */ -void* __dso_handle=0; -#endif /* __MBED__ */ - namespace mros2 {