Skip to content

Commit 376855f

Browse files
committed
fix compile error
1 parent 7b87a64 commit 376855f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Stackchan_servo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// コンパイル時にServoEasing.hppをIncludeしてくださいという警告が出ますが、hppにすると二重定義のリンクエラーが出ます。
77
// その対処でStackchan_servo.hはh, Stackchan_servo.cppはhppをincludeしています。
88
#define SUPPRESS_HPP_WARNING
9+
#include <Ticker.h>
910
#include <ServoEasing.h>
1011
#include <SCServo.h>
1112

0 commit comments

Comments
 (0)