Skip to content

Commit b69c3b7

Browse files
committed
Fix exclusion comment mismatch
1 parent 38fa447 commit b69c3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speeduino/table3d.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct table3d_t
9999
};
100100
// LCOV_EXCL_START
101101
TABLE3D_GENERATOR(TABLE3D_GEN_TYPE)
102-
// LCOV_EXCL_START
102+
// LCOV_EXCL_STOP
103103

104104
// Generate get3DTableValue() functions
105105
#define TABLE3D_GEN_GET_TABLE_VALUE(size, xDom, yDom) \

0 commit comments

Comments
 (0)