Skip to content

Commit

Permalink
fix: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MAnn223 committed Aug 30, 2024
1 parent c126946 commit e3cd6f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ensembles.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file ensembles.cpp
* @brief Contains efinitions of ensembles
* @brief Contains definitions of ensembles (updated version of smartfin-fw2 ensembles)
*/
#include "ensembles.hpp"
#include "cellular/ensembleTypes.hpp"
Expand Down Expand Up @@ -107,6 +107,8 @@ static void SS_ensemble10Func(DeploymentSchedule_t* pDeployment)
getAccelerometer(accelData, accelData + 1, accelData + 2);
getGyroscope(gyroData, gyroData + 1, gyroData + 2);
getMagnetometer(magData, magData + 1, magData + 2);

//GPS
bool locked;
unsigned int satsInView;
ubloxGPS *ubloxGps_(nullptr);
Expand Down

0 comments on commit e3cd6f8

Please sign in to comment.