Skip to content

Commit

Permalink
fix: include修正
Browse files Browse the repository at this point in the history
  • Loading branch information
black-c-c authored Sep 9, 2023
1 parent a23a7e8 commit 6ca52c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spirit/include/SpeedController.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <stdint.h>

#include "InterfaceInterruptIn.h"
#include "spirit/include/Error.h"

namespace spirit {

Expand Down
2 changes: 2 additions & 0 deletions src/spirit/src/SpeedController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <float.h>

#include "spirit/include/Error.h"

namespace spirit {

SpeedController::SpeedController(InterfaceInterruptIn& a_phase, InterfaceInterruptIn& b_phase)
Expand Down

0 comments on commit 6ca52c7

Please sign in to comment.