From b33e89ac66a2227468ef7ac9e192c756bb9828c8 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 13 Mar 2018 16:59:51 +0700 Subject: adding code for nrf52 usbd start-up sequence --- examples/device/nrf52840/segger/nrf.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'examples/device') diff --git a/examples/device/nrf52840/segger/nrf.h b/examples/device/nrf52840/segger/nrf.h index 927003f7b..a5b0d6c62 100644 --- a/examples/device/nrf52840/segger/nrf.h +++ b/examples/device/nrf52840/segger/nrf.h @@ -53,13 +53,13 @@ POSSIBILITY OF SUCH DAMAGE. #endif -#if defined(_WIN32) - /* Do not include nrf specific files when building for PC host */ -#elif defined(__unix) - /* Do not include nrf specific files when building for PC host */ -#elif defined(__APPLE__) - /* Do not include nrf specific files when building for PC host */ -#else +//#if defined(_WIN32) +// /* Do not include nrf specific files when building for PC host */ +//#elif defined(__unix) +// /* Do not include nrf specific files when building for PC host */ +//#elif defined(__APPLE__) +// /* Do not include nrf specific files when building for PC host */ +//#else /* Device selection for device includes. */ #if defined (NRF51) @@ -87,7 +87,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "compiler_abstraction.h" -#endif /* _WIN32 || __unix || __APPLE__ */ +//#endif /* _WIN32 || __unix || __APPLE__ */ #endif /* NRF_H */ -- cgit v1.3.1