mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
drivers: use relative path for ocpoc pwm out mixer file
This commit is contained in:
committed by
Lorenz Meier
parent
2b73c977a1
commit
7b5753f426
@@ -82,7 +82,8 @@ static char _device[32] = "/dev/mem";
|
||||
static const int TICK_PER_S = 50000000;
|
||||
|
||||
static const int FREQUENCY_PWM = 400;
|
||||
static const char *MIXER_FILENAME = "/home/root/ROMFS/px4fmu_common/mixers/ocpoc_quad_x.main.mix";
|
||||
//static const char *MIXER_FILENAME = "/home/root/ROMFS/px4fmu_common/mixers/ocpoc_quad_x.main.mix";
|
||||
static const char *MIXER_FILENAME = "ROMFS/px4fmu_common/mixers/ocpoc_quad_x.main.mix";
|
||||
|
||||
// subscriptions
|
||||
int _controls_sub;
|
||||
|
||||
Reference in New Issue
Block a user