Merge pull request #1 from paul-szczepanek-arm/nrf52_cordio

disable test
pull/10709/head
Lingkai Dong 2019-06-07 13:57:50 +01:00 committed by GitHub
commit 3307c59610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ using ble::vendor::cordio::CordioHCITransportDriver;
extern ble::vendor::cordio::CordioHCIDriver& ble_cordio_get_hci_driver();
#if CORDIO_ZERO_COPY_HCI
#error [NOT_SUPPORTED] Test not relevant for zero copy hci.
#endif
namespace ble {
namespace vendor {
namespace cordio {