diff options
| author | hathach <[email protected]> | 2018-09-25 12:57:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-09-25 12:57:46 +0700 |
| commit | a660fb0cfc8641d5645d1cdea76027266b278388 (patch) | |
| tree | 07ff532813da1a32c0b92a683cb2427325cc930d /hw/mcu | |
| parent | 3b79ba845185893f6ce4b55ac40d529b7798982e (diff) | |
clean up, update nrfx to 1.3.0
Diffstat (limited to 'hw/mcu')
| m--------- | hw/mcu/nordic/nrfx | 0 | ||||
| -rw-r--r-- | hw/mcu/nordic/nrfx_glue.h | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hw/mcu/nordic/nrfx b/hw/mcu/nordic/nrfx -Subproject 096e770ee41e5ad92a2137aa6502cb04d5745e5 +Subproject 67710e47c7313cc56a15748e485079831ee6a3a diff --git a/hw/mcu/nordic/nrfx_glue.h b/hw/mcu/nordic/nrfx_glue.h index 301937366..cdf49b4ab 100644 --- a/hw/mcu/nordic/nrfx_glue.h +++ b/hw/mcu/nordic/nrfx_glue.h @@ -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) //------------------------------------------------------------------------------ |
