Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hal/common/critical.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/


#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <stddef.h>
#include "cmsis.h"
Expand Down
1 change: 1 addition & 0 deletions hal/common/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "device.h"
#include "toolchain.h"
#include "mbed_error.h"
#include "mbed_interface.h"
#if DEVICE_STDIO_MESSAGES
#include <stdio.h>
#endif
Expand Down