Implement DELAY_NS with CYCCNT on Cortex-M7 (#12283)

This commit is contained in:
Nils Hasenbanck
2018-11-01 22:11:51 +01:00
committed by Scott Lahteine
parent f5498168ae
commit cafabf2055
4 changed files with 74 additions and 47 deletions

View File

@ -26,7 +26,7 @@
#ifdef __MK20DX256__
#include "HAL.h"
#include "../Delay.h"
#include "../shared/Delay.h"
#include <Wire.h>