summaryrefslogtreecommitdiffstats
path: root/inc/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/ctrl.h')
-rw-r--r--inc/ctrl.h140
1 files changed, 70 insertions, 70 deletions
diff --git a/inc/ctrl.h b/inc/ctrl.h
index 6bbad56..80bd956 100644
--- a/inc/ctrl.h
+++ b/inc/ctrl.h
@@ -1,70 +1,70 @@
-/******************************************************************************
- * Copyright (C) 2018 Colomar Andrés, Alejandro *
- * Copyright (C) 2018 García Pedroche, Francisco Javier *
- * SPDX-License-Identifier: GPL-2.0-only *
- ******************************************************************************/
-
-/**
- * @file ctrl.h
- * @author Colomar Andrés, Alejandro
- * @author García Pedroche, Francisco Javier
- * @copyright GPL-2.0-only
- * @date 2018/dec/26
- * @brief Control
- */
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# ifndef CTRL_H
- # define CTRL_H
-
-
-/******************************************************************************
- ******* headers **************************************************************
- ******************************************************************************/
-/* Standard C ----------------------------------------------------------------*/
-/* Drivers -------------------------------------------------------------------*/
-/* libalx --------------------------------------------------------------------*/
-/* STM32L4 modules -----------------------------------------------------------*/
-
-
-/******************************************************************************
- ******* macros ***************************************************************
- ******************************************************************************/
- # define REFRESH_FREQ (50u)
-
-
-/******************************************************************************
- ******* enums ****************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* structs **************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* variables ************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* functions ************************************************************
- ******************************************************************************/
-int proc_ctrl_init (void);
-int proc_ctrl_1 (void);
-int proc_ctrl_2 (void);
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# endif /* ctrl.h */
-
-
-/******************************************************************************
- ******* end of file **********************************************************
- ******************************************************************************/
+/******************************************************************************
+ * Copyright (C) 2018 Colomar Andrés, Alejandro *
+ * Copyright (C) 2018 García Pedroche, Francisco Javier *
+ * SPDX-License-Identifier: GPL-2.0-only *
+ ******************************************************************************/
+
+/**
+ * @file ctrl.h
+ * @author Colomar Andrés, Alejandro
+ * @author García Pedroche, Francisco Javier
+ * @copyright GPL-2.0-only
+ * @date 2018/dec/26
+ * @brief Control
+ */
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+# ifndef CTRL_H
+ # define CTRL_H
+
+
+/******************************************************************************
+ ******* headers **************************************************************
+ ******************************************************************************/
+/* Standard C ----------------------------------------------------------------*/
+/* Drivers -------------------------------------------------------------------*/
+/* libalx --------------------------------------------------------------------*/
+/* STM32L4 modules -----------------------------------------------------------*/
+
+
+/******************************************************************************
+ ******* macros ***************************************************************
+ ******************************************************************************/
+ # define REFRESH_FREQ (50u)
+
+
+/******************************************************************************
+ ******* enums ****************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* structs **************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* variables ************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* functions ************************************************************
+ ******************************************************************************/
+int proc_ctrl_init (void);
+int proc_ctrl_1 (void);
+int proc_ctrl_2 (void);
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+# endif /* ctrl.h */
+
+
+/******************************************************************************
+ ******* end of file **********************************************************
+ ******************************************************************************/