SITL: move to 32 servo outs

This commit is contained in:
Iampete1 2022-01-02 22:54:46 +00:00 committed by Andrew Tridgell
parent a5928b752e
commit 32f8062b3e
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ struct sitl_fdm {
};
// number of rc output channels
#define SITL_NUM_CHANNELS 16
#define SITL_NUM_CHANNELS 32
class SIM {
public: