energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
798 stars 671 forks source link

Replace asm by __asm on delayMicroseconds() #1048

Open rei-vilo opened 5 years ago

rei-vilo commented 5 years ago

Using asm() on delayMicroseconds() throws an error, as it is replaced by __asm().

The issue was experienced with CC1352, bu may apply to other boards.