Sanity-check illegal native USB (#20047)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Jason Smith
2020-11-06 22:48:17 -08:00
committed by GitHub
parent bd872d5dcf
commit a439892d7a
28 changed files with 76 additions and 15 deletions

View File

@@ -21,12 +21,12 @@
*/
#pragma once
#ifndef __STM32F1__
#if NOT_TARGET(__STM32F1__)
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif
#define BOARD_INFO_NAME "FLY_MINI"
#define BOARD_WEBSITE_URL "github.com/FLYmaker"
#define BOARD_WEBSITE_URL "github.com/FLYmaker"
#define DISABLE_JTAG
//