bdring / FluidNC

The next generation of motion control firmware
Other
1.61k stars 383 forks source link

standardize on IRAM version of delay_us #1250

Closed craiglink closed 4 months ago

craiglink commented 4 months ago

This function exists in delay_usecs.cpp in IRAM - see details

This MR changes the one call to the ROM based ets_delay_us to use our IRAM based version