#ifndef __PLATFORM_GPIO_H__ #define __PLATFORM_GPIO_H__ #if defined(PLATFORM_nrf52) #include "platform/nrf52/gpio.h" #include "platform/nrf52/spi.h" namespace hal = platform::nrf52; #endif #endif