mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Disable compilation of unused can/cec/crc libraries.
This commit is contained in:
parent
1ef76f2f3f
commit
1efe530ea3
3 changed files with 18 additions and 5 deletions
|
@ -27,9 +27,9 @@
|
|||
/* Uncomment/Comment the line below to enable/disable peripheral header file inclusion */
|
||||
#include "stm32f10x_adc.h"
|
||||
#include "stm32f10x_bkp.h"
|
||||
#include "stm32f10x_can.h"
|
||||
#include "stm32f10x_cec.h"
|
||||
#include "stm32f10x_crc.h"
|
||||
//#include "stm32f10x_can.h"
|
||||
//#include "stm32f10x_cec.h"
|
||||
//#include "stm32f10x_crc.h"
|
||||
#include "stm32f10x_dac.h"
|
||||
#include "stm32f10x_dbgmcu.h"
|
||||
#include "stm32f10x_dma.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue