This commit is contained in:
hathach
2018-03-26 22:54:34 +07:00
parent c8f6175ad5
commit 0c09269fd4
3 changed files with 8 additions and 5 deletions

View File

@@ -34,6 +34,8 @@
*/
/**************************************************************************/
#ifdef NRF52840_XXAA
// TODO remove
#include "nrf.h"
#include "nrf_power.h"
@@ -648,3 +650,5 @@ void USBD_IRQHandler(void)
}
}
#endif

View File

@@ -34,6 +34,8 @@
*/
/**************************************************************************/
#ifdef NRF52840_XXAA
#include <stdbool.h>
#include "nrf.h"
#include "nrf_gpio.h"
@@ -98,3 +100,5 @@ void tusb_hal_dbg_breakpoint(void)
}
#endif
}
#endif