Revert Cortex delay for now

This commit is contained in:
Scott Lahteine
2019-11-02 04:12:10 -05:00
parent ca6d00b862
commit ed8f1ca9cf
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
#if defined(__arm__) || defined(__thumb__)
#if WITHIN(__CORTEX_M, 3, 7)
#if __CORTEX_M == 7
// Cortex-M3 through M7 can use the cycle counter of the DWT unit
// http://www.anthonyvh.com/2017/05/18/cortex_m-cycle_counter/