global: fix DFU pin definition

This commit is contained in:
King Kévin 2020-02-13 14:18:32 +01:00
parent 2d39e39999
commit ac335f55cf
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@
/* use button */
#define DFU_FORCE_PIN BUTTON_PIN /**< button pin */
#define DFU_FORCE_VALUE BUTTON_PRESSED /**< button floating unpressed, connected to ground pressed to force DFU mode */
#elif defined (BLASTER)
#elif defined(BLASTER)
#define DFU_FORCE_PIN PA8 /**< GPIO pin (pin PA8, not SWD and UART pin on debug port) */
#define DFU_FORCE_VALUE 0 /**< short to nearby ground connection to force DFU */
#elif defined(BUSVOODOO)