Skip to content

Commit

Permalink
fix files tags on the header comments (#23564)
Browse files Browse the repository at this point in the history
  • Loading branch information
BazookaJoe1900 authored Sep 19, 2024
1 parent d01a3d8 commit 4d83bad
Show file tree
Hide file tree
Showing 305 changed files with 305 additions and 305 deletions.
2 changes: 1 addition & 1 deletion boards/airmind/mindpx-v2/src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file mindpx_can.c
* @file can.c
*
* Board-specific CAN functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/airmind/mindpx-v2/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file mindpx2_init.c
* @file init.c
*
* MINDPX-specific early startup code. This file implements the
* board_app_initialize() function that is called early by nsh during startup.
Expand Down
2 changes: 1 addition & 1 deletion boards/airmind/mindpx-v2/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file mindpx2_led.c
* @file led.c
*
* PX4FMU LED backend.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/airmind/mindpx-v2/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file mindpx_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/atl/mantis-edu/src/pwr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
****************************************************************************/

/**
* @file pwr.c
* @file pwr.cpp
*
* Board-specific power button functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/beaglebone/blue/src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file init.c
* @file init.cpp
*
* BBBLUE specific initialization
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/bitcraze/crazyflie/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file crazyflie_init.c
* @file init.c
*
* Crazyflie specific early startup code. This file implements the
* board_app_initialize() function that is called early by nsh during startup.
Expand Down
2 changes: 1 addition & 1 deletion boards/bitcraze/crazyflie/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file crazyflie_led.c
* @file led.c
*
* Crazyflie LED backend.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/bitcraze/crazyflie/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file crazyflie_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/bitcraze/crazyflie21/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file crazyflie_init.c
* @file init.c
*
* Crazyflie specific early startup code. This file implements the
* board_app_initialize() function that is called early by nsh during startup.
Expand Down
2 changes: 1 addition & 1 deletion boards/bitcraze/crazyflie21/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file crazyflie_led.c
* @file led.c
*
* Crazyflie LED backend.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/bitcraze/crazyflie21/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file crazyflie_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/durandal-v1/src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_can.c
* @file can.c
*
* Board-specific CAN functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/durandal-v1/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu2_led.c
* @file led.c
*
* PX4FMU LED backend.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/durandal-v1/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/kakuteh7/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/kakuteh7mini/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/kakuteh7v2/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/modalai/fc-v1/src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_can.c
* @file can.c
*
* Board-specific CAN functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/modalai/fc-v1/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu2_led.c
* @file led.c
*
* PX4FMU LED backend.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/modalai/fc-v1/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/modalai/fc-v2/src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_can.c
* @file can.c
*
* Board-specific CAN functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/modalai/fc-v2/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu2_led.c
* @file led.c
*
* PX4FMU LED backend.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/modalai/fc-v2/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4_simple_app.c
* @file rc_controller.cpp
* Minimal application example for PX4 autopilot
*
* @author Example User <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmuk66-e/src/timer_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/*
* @file timer_config.c
* @file timer_config.cpp
*
* Configuration data for the kinetis pwm_servo, input capture and pwm input driver.
*
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmuk66-v3/src/timer_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/*
* @file timer_config.c
* @file timer_config.cpp
*
* Configuration data for the kinetis pwm_servo, input capture and pwm input driver.
*
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/mr-canhubk3/src/timer_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/*
* @file timer_config.c
* @file timer_config.cpp
*
* Configuration data for the kinetis pwm_servo, input capture and pwm input driver.
*
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/ucans32k146/src/timer_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/*
* @file timer_config.c
* @file timer_config.cpp
*
* Configuration data for the S32K1XX pwm_servo, input capture and pwm input driver.
*
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v2/src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_can.c
* @file can.c
*
* Board-specific CAN functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v2/src/i2c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_i2c.c
* @file i2c.cpp
*
* Board-specific I2C functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v2/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu2_init.c
* @file init.c
*
* PX4FMUv2-specific early startup code. This file implements the
* board_app_initialize() function that is called early by nsh during startup.
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v2/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu2_led.c
* @file led.c
*
* PX4FMU LED backend.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v2/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v3/src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_can.c
* @file can.c
*
* Board-specific CAN functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v3/src/i2c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_i2c.c
* @file i2c.cpp
*
* Board-specific I2C functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v3/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu2_init.c
* @file init.c
*
* PX4FMUv2-specific early startup code. This file implements the
* board_app_initialize() function that is called early by nsh during startup.
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v3/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu2_led.c
* @file led.c
*
* PX4FMU LED backend.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v3/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v4pro/src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_can.c
* @file can.c
*
* Board-specific CAN functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v4pro/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_init.c
* @file init.c
*
* PX4FMU-specific early startup code. This file implements the
* board_app_initializ() function that is called early by nsh during startup.
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v4pro/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu2_led.c
* @file led.c
*
* PX4FMU LED backend.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v4pro/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_usb.c
* @file usb.c
*
* Board-specific USB functions.
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v5x/src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

/**
* @file px4fmu_can.c
* @file can.c
*
* Board-specific CAN functions.
*/
Expand Down
Loading

0 comments on commit 4d83bad

Please sign in to comment.