Skip to content

Commit

Permalink
Update includes to fix implicit defined warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneT8 committed Oct 1, 2023
1 parent 5509c07 commit 8741e96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion soccer_firmware/Core/Src/dynamixel_p1.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

#include "dynamixel_p1.h"
#include "main.h"

/*
* Dynamixel 1.0
Expand Down
2 changes: 1 addition & 1 deletion soccer_firmware/Core/Src/dynamixel_p2.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

#include "dynamixel_p2.h"
#include "main.h"
//#include "main.h"


/*
Expand Down
6 changes: 6 additions & 0 deletions soccer_firmware/Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@
*/
/* USER CODE END Header */
/* Includes ------------------------------------------------------------------*/

#include "main.h"
#include "usb_device.h"
#include "dynamixel_p1.h"
#include "dynamixel_p2.h"
#include "MPU6050.h"
#include "update_loop.h"
#include "bringup_tests.h"

/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
Expand Down

0 comments on commit 8741e96

Please sign in to comment.