Skip to content

Commit 6ffdf97

Browse files
NomDeTomclaude
andcommitted
CI: fix test_position_module include path
Change bare PositionModule.h to modules/PositionModule.h — build_flags sets -Isrc, not -Isrc/modules, so the bare form fails to resolve in the native PlatformIO test env. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0a7631c commit 6ffdf97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_position_module/test_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "PositionModule.h"
21
#include "TestUtil.h"
2+
#include "modules/PositionModule.h"
33
#include <unity.h>
44

55
// These exercise PositionModule's pure broadcast-policy helpers (stationary detection and the

0 commit comments

Comments
 (0)