Skip to content

Commit f2b8198

Browse files
committed
.
1 parent c654e60 commit f2b8198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/madflight/ahr/madgwick/madgwick.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//==============================================================================================================
2-
// Madgwick Sensor Fusion
2+
// Madgwick Sensor Fusion
33
//==============================================================================================================
44

55
class Madgwick {

src/madflight/ahr/mahony/mahony.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//==============================================================================================================
22
// Mahony Sensor Fusion
33
//==============================================================================================================
4-
//source: https://github.com/PaulStoffregen/MahonyAHRS
4+
// source: https://github.com/PaulStoffregen/MahonyAHRS
55

66
class Mahony {
77
public:

0 commit comments

Comments
 (0)