Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-goddard committed Jan 11, 2024
1 parent 0eabc4f commit e19cdad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ namespace state {
bool init = false;

RFM rfm;
}
} // namespace rfm
}; // namespace state
4 changes: 2 additions & 2 deletions src/core/state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#include "lis3dh.hpp"
#include "si7021.hpp"

#include "../sd/sd.hpp"
#include "../rfm/rfm.hpp"
#include "../sd/sd.hpp"

namespace state {
namespace flight {
Expand Down Expand Up @@ -81,7 +81,7 @@ namespace state {
extern bool init;

extern RFM rfm;
}
} // namespace rfm
}; // namespace state

#endif // STATE_HPP_

0 comments on commit e19cdad

Please sign in to comment.