STM32F1xx support for TFTGLCD (#20515)

This commit is contained in:
Serhiy-K
2020-12-22 14:56:00 +02:00
committed by GitHub
parent a0c8d348a0
commit 0b3b4da7d0
3 changed files with 14 additions and 7 deletions

View File

@ -30,7 +30,7 @@
* MORPHEUS Board pin assignments
*/
#if NOT_TARGET(__STM32F1__)
#if NOT_TARGET(__STM32F1__, STM32F1xx)
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif
@ -90,3 +90,4 @@
#define LED_PIN PC13
#define SDSS PA3
#define TFTGLCD_CS PA4
#define SD_DETECT_PIN PC14