Skip to content
Snippets Groups Projects
Commit 2b60bf58 authored by Luiz-Fernando Lavado-Villa's avatar Luiz-Fernando Lavado-Villa
Browse files

Fixed a bug on the .c and .h file concerning their name

parent 61de5719
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <stdio.h> #include <stdio.h>
// Current file header // Current file header
#include "opalib_control.h" #include "opalib_control_pid.h"
///// /////
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* @author Antoine Boche <antoine.boche@laas.fr> * @author Antoine Boche <antoine.boche@laas.fr>
*/ */
#ifndef OPALIB_CONTROL_H_ #ifndef OPALIB_CONTROL_PID_H_
#define OPALIB_CONTROL_H_ #define OPALIB_CONTROL_PID_H_
#include <arm_math.h> // adds all the CMSIS library #include <arm_math.h> // adds all the CMSIS library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment