Skip to content

Commit

Permalink
Add servo.h header file, which was removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperChamp234 committed Jan 31, 2024
1 parent 3b22f08 commit 0fb2c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/sra_board.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@
#include "mcpwm_interface.h"
#include "motor_driver.h"
#include "mpu6050.h"
#include "servo.h"
#include "pin_defs.h"
#include "utils.h"

#ifdef CONFIG_ENABLE_OLED
#include "oled.h"
#endif

#endif
#endif

0 comments on commit 0fb2c89

Please sign in to comment.