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.
CThunkBase.h
platform/source/
platform/internal/
1 parent 413a2e0 commit c8de5c9Copy full SHA for c8de5c9
platform/CThunk.h
@@ -39,7 +39,7 @@
39
#ifndef __CTHUNK_H__
40
#define __CTHUNK_H__
41
42
-#include "platform/source/CThunkBase.h"
+#include "platform/internal/CThunkBase.h"
43
44
/**
45
* Class for created a pointer with data bound to it
platform/source/CThunkBase.h renamed to platform/internal/CThunkBase.h
platform/source/CThunkBase.cpp
@@ -21,7 +21,7 @@
21
#include "platform/mbed_error.h"
22
23
24
25
26
MBED_STATIC_ASSERT(MBED_CONF_PLATFORM_CTHUNK_COUNT_MAX < 256, "MBED_CONF_PLATFORM_CTHUNK_COUNT_MAX must be less than 256");
27
MBED_STATIC_ASSERT(MBED_CONF_PLATFORM_CTHUNK_COUNT_MAX > 0, "MBED_CONF_PLATFORM_CTHUNK_COUNT_MAX must be greater than 0");
0 commit comments