Merge pull request #1333 from PX4/uavcan_update

UAVCAN made warning-free
This commit is contained in:
Lorenz Meier 2014-08-29 14:23:50 +02:00
commit 593df0ae12
2 changed files with 3 additions and 1 deletions

View File

@ -62,6 +62,8 @@ void adjustUtc(uavcan::UtcDuration adjustment)
(void)adjustment;
}
uavcan::uint64_t getUtcUSecFromCanInterrupt();
uavcan::uint64_t getUtcUSecFromCanInterrupt()
{
return 0;

2
uavcan

@ -1 +1 @@
Subproject commit c7872def16e82a8b318d571829fe9622e2d35ff0
Subproject commit c4c14c60fbbd9acd281ee97d5bb2a4027d0ae2d9