Skip to content

Commit 3c84806

Browse files
committed
also added tickless option
1 parent 851eca4 commit 3c84806

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

targets/targets.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7193,13 +7193,14 @@
71937193
],
71947194
"macros": [
71957195
"CORDIO_ZERO_COPY_HCI",
7196-
"USE_AMBIQ_DRIVER"
7196+
"USE_AMBIQ_DRIVER",
7197+
"MBED_TICKLESS"
71977198
]
71987199
},
71997200
"AMA3B1KK": {
72007201
"public": false,
72017202
"inherits": ["FAMILY_Apollo3"],
7202-
"macros_add": ["AM_PACKAGE_BGA"]
7203+
"macros_add": ["AM_PACKAGE_BGA", "MBED_TICKLESS"]
72037204
},
72047205
"SFE_ARTEMIS": {
72057206
"inherits": ["AMA3B1KK"]

0 commit comments

Comments
 (0)