Fix Platform Thread Override

(cherry picked from commit 5fe1857496)
This commit is contained in:
Lucy
2021-09-24 21:23:36 -03:00
committed by Rémi Verschelde
parent 3e4e87fb90
commit 1d3f1c8c0a
2 changed files with 7 additions and 8 deletions

View File

@@ -28,9 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
// Define PLATFORM_CUSTOM_THREAD_H in platform_config.h
// Overriding the platform implementation is required in some proprietary platforms
#ifndef PLATFORM_CUSTOM_THREAD_H
#ifndef PLATFORM_THREAD_OVERRIDE // See details in thread.h
#include "thread.h"
@@ -138,4 +136,4 @@ Thread::ID Thread::get_caller_id() {
}
}
#endif
#endif // PLATFORM_CUSTOM_THREAD_H
#endif // PLATFORM_THREAD_OVERRIDE