| 123456789101112131415161718 |
- /* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
- *
- * The information contained herein is property of Nordic Semiconductor ASA.
- * Terms and conditions of usage are described in detail in NORDIC
- * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
- *
- * Licensees are granted free, non-transferable use of the information. NO
- * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
- * the file.
- *
- */
- #ifndef SDIO_CONFIG_H
- #define SDIO_CONFIG_H
- #define SDIO_CONFIG_CLOCK_PIN_NUMBER 24
- #define SDIO_CONFIG_DATA_PIN_NUMBER 25
- #endif
|