Skip to content

Commit

Permalink
TestServoPid: Update path to servopid.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Sonestedt committed Aug 10, 2019
1 parent ae74291 commit 08f4d1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TestServoPID/TestPID.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "pch.h"

#include "../servopid.ino"
#include "../ServoPid/servopid.ino"

TEST(TestPID, StaysOnZero)
{
Expand Down
2 changes: 1 addition & 1 deletion TestServoPID/TestSerial.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "pch.h"

#include "../servopid.ino"
#include "../ServoPid/servopid.ino"

class SerialTest : public testing::Test
{
Expand Down
2 changes: 1 addition & 1 deletion TestServoPID/TestSetupAndLoop.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "pch.h"

#include "../servopid.ino"
#include "../ServoPid/servopid.ino"

TEST(TestSetupAndLoop, TestSetup)
{
Expand Down

0 comments on commit 08f4d1f

Please sign in to comment.