1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

cpu/nrf51822: added custom GPIO_UNDEF define

This commit is contained in:
Hauke Petersen 2015-06-14 16:15:19 +02:00
parent d748d4ba4f
commit c7f54c1189

View File

@ -23,14 +23,6 @@
extern "C" {
#endif
/**
* @brief Define mandatory GPIO types for NRF51822 CPUs
* @{
*/
typedef int gpio_t;
typedef int gpio_mux_t;
/** @} */
/**
* @brief Override GPIO pull register select values
* @{