stm32-sx1280: move 'USE_BK_SPI' into port/hw.h for l451

This commit is contained in:
Matthias Ringwald 2020-09-06 23:31:48 +02:00
parent cb5466b082
commit d6dc6c86c3
2 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,6 @@ Maintainer: Miguel Luis, Matthieu Verdy and Benjamin Boulet
#define IRQ_HIGH_PRIORITY 0
#define USE_BK_SPI
/*!
* Radio driver structure initialization
*/

View File

@ -18,6 +18,8 @@
#include "sx1280.h"
#include "sx1280-hal.h"
#define USE_BK_SPI
/* Define the board */
#define BOARD_MIROMICO_L451RE
#include "boards/boards.h"