test_config.h 145 B

12345678910111213
  1. #ifndef __TEST_CONFIG_FILE
  2. #define __TEST_CONFIG_FILE
  3. #define XC_TIMER 0
  4. #define XC_GPIO 0
  5. #define XC_GPADC 1
  6. #endif