Skip to content

Commit 5e5897c

Browse files
Fix missing include
1 parent 2bc43be commit 5e5897c

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_Ambiq_Micro/TARGET_Apollo3/device

1 file changed

+1
-0
lines changed

targets/TARGET_Ambiq_Micro/TARGET_Apollo3/device/iom_api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include "iom_api.h"
2525
#include "mbed_assert.h"
26+
#include "objects.h"
2627

2728
void iom_init(iom_t *obj)
2829
{

0 commit comments

Comments
 (0)