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.
2 parents 1802003 + 8d1eb6e commit 37efed5Copy full SHA for 37efed5
source/mbed_platform.cpp
@@ -14,17 +14,18 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
+#if YOTTA_CFG_MINAR_TEST_CLOCK_OVERFLOW
18
+#define __STDC_LIMIT_MACROS
19
+#include <stdint.h>
20
+#include <stdio.h>
21
+#endif
22
23
#include "minar-platform/minar_platform.h"
24
25
#include "mbed-hal/lp_ticker_api.h"
26
#include "mbed-hal/sleep_api.h"
27
#include "cmsis-core/core_generic.h"
28
-#if YOTTA_CFG_MINAR_TEST_CLOCK_OVERFLOW
-#include "stdio.h"
-#endif
-
29
/// @name Local Constants
30
const static minar::platform::tick_t Minimum_Sleep = MINAR_PLATFORM_MINIMUM_SLEEP; // in Platform_Time_Base units
31
0 commit comments