Remove nrf52-sdk

This commit is contained in:
Thomas Klaehn
2020-04-10 11:02:00 +02:00
parent 3f379122db
commit 9eaa749d68
35 changed files with 38190 additions and 36 deletions

View File

@@ -1,10 +0,0 @@
#ifndef __DELAY_H__
#define __DELAY_H__
#if defined(PLATFORM_nrf52)
#include "nrf_delay.h"
#define delay_ms nrf_delay_ms
#endif
#endif