mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Added '-fno-common' build option, fixed resulting problems.
This commit is contained in:
parent
9d01a5681e
commit
4ec481a843
14 changed files with 21 additions and 19 deletions
|
@ -33,8 +33,6 @@
|
|||
#include "drivers/io.h"
|
||||
#include "drivers/rcc.h"
|
||||
|
||||
spiDevice_t spiDevice[SPIDEV_COUNT];
|
||||
|
||||
void spiInitDevice(SPIDevice device)
|
||||
{
|
||||
spiDevice_t *spi = &(spiDevice[device]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue