X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelelco-v3.0%2Fao_pins.h;h=e1beaab88344a7a3a866b6b05dd58cc23ec0011d;hb=65cbf1af7a0c5051c75a7e6a104f3ed17cb629a9;hp=6402ed4965096ce0ab851d12402aed49e7a6e7e2;hpb=8c5c7dfe66098bc8af47768146739a7cda605968;p=fw%2Faltos diff --git a/src/telelco-v3.0/ao_pins.h b/src/telelco-v3.0/ao_pins.h index 6402ed49..e1beaab8 100644 --- a/src/telelco-v3.0/ao_pins.h +++ b/src/telelco-v3.0/ao_pins.h @@ -67,6 +67,10 @@ #define HAS_AES 1 #define HAS_STATIC_TEST 0 +#define HAS_USB_PULLUP 1 +#define AO_USB_PULLUP_PORT (&stm_gpioa) +#define AO_USB_PULLUP_PIN 10 + #define HAS_SPI_1 1 /* NHD-C12864LZ LCD Module */ #define SPI_1_PA5_PA6_PA7 1 #define SPI_1_MODE_OUTPUT STM_GPIO_CR_MODE_OUTPUT_10MHZ @@ -136,9 +140,9 @@ #define LED_2_PORT (&stm_gpioc) #define LED_2_PIN 9 -#define AO_LED_BOX AO_LED_3 /* PA10 */ +#define AO_LED_BOX AO_LED_3 /* PA9 */ #define LED_3_PORT (&stm_gpioa) -#define LED_3_PIN 10 +#define LED_3_PIN 9 #define AO_LED_PAD AO_LED_4 /* PA15 */ #define LED_4_PORT (&stm_gpioa) @@ -288,4 +292,6 @@ struct ao_adc { */ #define AO_ADC_REFERENCE_DV 33 +#define AO_LCO_SEARCH_API + #endif /* _AO_PINS_H_ */