Open rei-vilo opened 5 years ago
Using asm() on delayMicroseconds() throws an error, as it is replaced by __asm().
asm()
delayMicroseconds()
__asm()
The issue was experienced with CC1352, bu may apply to other boards.
Using
asm()
ondelayMicroseconds()
throws an error, as it is replaced by__asm()
.The issue was experienced with CC1352, bu may apply to other boards.