Fixing the previous commit

This commit is contained in:
Pavel Kirienko
2015-05-20 00:41:44 +03:00
parent 228785b8f8
commit 4398cceb4c
2 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ TEST(TestNode, TestNetwork)
TestNetwork<4> nwk;
uavcan::CanFrame frame;
for (int i = 0; i < 8; i++)
for (uint8_t i = 0; i < 8; i++)
{
frame.data[i] = i;
}