mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Reduced MAX_SUPPORTED_MOTORS from 12 to 8
This commit is contained in:
parent
c750918e8b
commit
554bd1257d
5 changed files with 40 additions and 11 deletions
|
@ -17,7 +17,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#include "config/parameter_group.h"
|
||||
#include "drivers/pwm_output_counts.h"
|
||||
#include "drivers/io_types.h"
|
||||
#include "drivers/pwm_output.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue