1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #ifndef NRF_ERRATAS_H
- #define NRF_ERRATAS_H
- #include "nrf.h"
- NRF_MDK_VERSION_ASSERT_AT_LEAST(8,34,0);
- #include "nrf51_erratas.h"
- #include "nrf52_erratas.h"
- #include "nrf53_erratas.h"
- #include "nrf91_erratas.h"
- #endif
|