nrf5/hal/gpio: Adding missing include.

This commit is contained in:
Glenn Ruben Bakke 2017-04-09 23:47:44 +02:00
parent c7c2285ab9
commit f8c0a51f5e

View File

@ -27,6 +27,8 @@
#ifndef HAL_GPIO_H__
#define HAL_GPIO_H__
#include "nrf.h"
#if NRF51
#define POINTERS (const uint32_t[]){NRF_GPIO_BASE}
#endif