mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
refactor(parachuteCheck): remove unnecessary namespace and newlines (#27561)
This commit is contained in:
@@ -33,9 +33,6 @@
|
||||
|
||||
#include "parachuteCheck.hpp"
|
||||
|
||||
|
||||
using namespace time_literals;
|
||||
|
||||
void ParachuteChecks::checkAndReport(const Context &context, Report &reporter)
|
||||
{
|
||||
if (_param_com_parachute.get() < 1) { // COM_PARACHUTE 0 disables the check
|
||||
|
||||
Reference in New Issue
Block a user