add support for nrf52

Added support for Nordic nRF52 series of MCUs
This commit is contained in:
Chris Johnson
2023-05-11 14:28:16 -05:00
parent 372e81d814
commit 091d7eb897
5 changed files with 9 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#if defined(GTEST_OS_ESP8266) || defined(GTEST_OS_ESP32)
#if defined(GTEST_OS_ESP8266) || defined(GTEST_OS_ESP32) || (defined(GTEST_OS_NRF52) && defined(ARDUINO))
#ifdef GTEST_OS_ESP8266
extern "C" {
#endif