clean up, update nrfx to 1.3.0

This commit is contained in:
hathach
2018-09-25 12:57:46 +07:00
parent 3b79ba8451
commit a660fb0cfc
7 changed files with 35 additions and 15 deletions

View File

@@ -183,7 +183,8 @@ static inline bool _NRFX_IRQ_IS_PENDING(IRQn_Type irq_number)
*
* @param us_time Number of microseconds to wait.
*/
#define NRFX_DELAY_US(us_time)
#include <soc/nrfx_coredep.h>
#define NRFX_DELAY_US(us_time) nrfx_coredep_delay_us(us_time)
//------------------------------------------------------------------------------