mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 21:40:34 +08:00
Fixing the previous commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user