sdio_config.h 571 B

123456789101112131415161718
  1. /* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
  2. *
  3. * The information contained herein is property of Nordic Semiconductor ASA.
  4. * Terms and conditions of usage are described in detail in NORDIC
  5. * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
  6. *
  7. * Licensees are granted free, non-transferable use of the information. NO
  8. * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
  9. * the file.
  10. *
  11. */
  12. #ifndef SDIO_CONFIG_H
  13. #define SDIO_CONFIG_H
  14. #define SDIO_CONFIG_CLOCK_PIN_NUMBER 24
  15. #define SDIO_CONFIG_DATA_PIN_NUMBER 25
  16. #endif