SITL: define number of RC out channels

This commit is contained in:
Andrew Tridgell 2015-06-30 08:54:46 +10:00
parent be4b6033e4
commit f8944ab6be

View File

@ -25,6 +25,9 @@ struct PACKED sitl_fdm {
uint32_t magic; // 0x4c56414f
};
// number of rc output channels
#define SITL_NUM_CHANNELS 14
class SITL
{