Browse Source

Correct file name in doxygen comment

Taylor Yu 5 years ago
parent
commit
965c2064da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/feature/control/control_fmt.c

+ 1 - 1
src/feature/control/control_fmt.c

@@ -3,7 +3,7 @@
 /* See LICENSE for licensing information */
 
 /**
- * \file control.c
+ * \file control_fmt.c
  * \brief Formatting functions for controller data.
  */