diff --git a/mk/VRBRAIN/ROMFS_VRUBRAIN51_APM/init.d/rc.APM b/mk/VRBRAIN/ROMFS_VRUBRAIN51_APM/init.d/rc.APM index 8b2ff5a900..244c98cd7c 100644 --- a/mk/VRBRAIN/ROMFS_VRUBRAIN51_APM/init.d/rc.APM +++ b/mk/VRBRAIN/ROMFS_VRUBRAIN51_APM/init.d/rc.APM @@ -85,7 +85,7 @@ then # fi else echo "[APM] HMC5883 external start failed" - sh /etc/init.d/rc.error +# sh /etc/init.d/rc.error fi if mpu6000_onboard start diff --git a/mk/VRBRAIN/ROMFS_VRUBRAIN51_APM/init.d/rc.APMNS b/mk/VRBRAIN/ROMFS_VRUBRAIN51_APM/init.d/rc.APMNS index 231576f298..daf4d005b2 100644 --- a/mk/VRBRAIN/ROMFS_VRUBRAIN51_APM/init.d/rc.APMNS +++ b/mk/VRBRAIN/ROMFS_VRUBRAIN51_APM/init.d/rc.APMNS @@ -47,18 +47,18 @@ else sh /etc/init.d/rc.error fi -if hmc5883_onboard start +if hmc5883_external start then - echo "[APMNS] HMC5883 onboard started OK" + echo "[APMNS] HMC5883 external started OK" # if hmc5883 calibrate # then -# echo "[APMNS] HMC5883 onboard calibrate OK" +# echo "[APMNS] HMC5883 external calibrate OK" # else -# echo "[APMNS] HMC5883 onboard calibrate failed" +# echo "[APMNS] HMC5883 external calibrate failed" # fi else - echo "[APMNS] HMC5883 onboard start failed" - sh /etc/init.d/rc.error + echo "[APMNS] HMC5883 external start failed" +# sh /etc/init.d/rc.error fi if mpu6000_onboard start