diff options
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/nrf52840/segger/nrf.h | 16 |
1 files changed, 8 insertions, 8 deletions
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 */ |
