Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Mar 1, 2023
1 parent b01aa75 commit 55aab65
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 24 deletions.
2 changes: 0 additions & 2 deletions src/deck/drivers/src/flowdeck_v1v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2021, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 0 additions & 2 deletions src/deck/drivers/src/lpsTdoa2Tag.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2016, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 0 additions & 2 deletions src/deck/drivers/src/lpsTwrTag.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2016, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 0 additions & 2 deletions src/deck/drivers/src/multiranger.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2021, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 0 additions & 2 deletions src/deck/drivers/src/oa.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2021, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 0 additions & 2 deletions src/drivers/src/pmw3901.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2017, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand Down
8 changes: 3 additions & 5 deletions src/modules/interface/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2019, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -27,10 +25,10 @@

/**
* App Inintialization
*
*
* Called during firmware initialization. A default weak function is implemented
* that creates a task and calls appMain() when the system is started.
*
*
* Implementation can be overwritten.
*/
void appInit();
Expand All @@ -39,4 +37,4 @@ void appInit();
* app main function, called when the Crazyflie has started from within a task created
* by appInit().
*/
void appMain();
void appMain();
2 changes: 0 additions & 2 deletions src/modules/interface/app_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2020, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 0 additions & 2 deletions src/modules/src/app_channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2020, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 0 additions & 2 deletions src/modules/src/app_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* LPS node firmware.
*
* Copyright 2019, Bitcraze AB
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/modules/src/kalman_core/outlierFilterLighthouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* outlierFilter.c: Outlier rejection filter for the LPS system
* outlierFilter.c: Outlier rejection filter for the Lighthouse system
*/

#include <math.h>
Expand Down

0 comments on commit 55aab65

Please sign in to comment.