adding code for nrf52 usbd start-up sequence

This commit is contained in:
hathach
2018-03-13 16:59:51 +07:00
parent 3223aa1b74
commit b33e89ac66
3 changed files with 231 additions and 16 deletions

View File

@@ -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 */