diff options
| author | hathach <[email protected]> | 2018-03-13 16:59:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-13 16:59:51 +0700 |
| commit | b33e89ac66a2227468ef7ac9e192c756bb9828c8 (patch) | |
| tree | 16d5a086662cbfede4d09083214911e1a0630a12 /examples/device | |
| parent | 3223aa1b742be3794673b115de7db011101b443c (diff) | |
adding code for nrf52 usbd start-up sequence
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 */ |
