fix issue with bootloader not replying data

This commit is contained in:
Conor Patrick
2019-10-27 11:52:44 -04:00
parent a1a79b05fd
commit 8b146c4a16
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,6 @@
#define _APP_H_
#include <stdint.h>
#include "version.h"
#define DEBUG_UART USART1
#ifndef DEBUG_LEVEL
@ -21,6 +20,7 @@
#define BOOT_TO_DFU 0
#define SOLO 1
#define IS_BOOTLOADER 1
#define ENABLE_U2F_EXTENSIONS