Remove nrf52-sdk
This commit is contained in:
10
src/delay.h
10
src/delay.h
@@ -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
|
Reference in New Issue
Block a user