Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NUCLEO_F303RE/TARGET_STM/mbed_rtx.h
- Revision:
- 169:a7c7b631e539
- Parent:
- 167:84c0a372a020
- Child:
- 170:e95d10626187
--- a/TARGET_NUCLEO_F303RE/TARGET_STM/mbed_rtx.h Thu May 24 15:35:55 2018 +0100
+++ b/TARGET_NUCLEO_F303RE/TARGET_STM/mbed_rtx.h Fri Jun 22 15:38:59 2018 +0100
@@ -17,6 +17,8 @@
#ifndef MBED_MBED_RTX_H
#define MBED_MBED_RTX_H
+#include <stdint.h>
+
#ifndef INITIAL_SP
#if (defined(TARGET_STM32L475VG) ||\
@@ -98,6 +100,7 @@
#elif (defined(TARGET_STM32F429ZI) ||\
defined(TARGET_STM32F437VG) ||\
+ defined(TARGET_STM32F439VI) ||\
defined(TARGET_STM32F439ZI))
#define INITIAL_SP (0x20030000UL)


