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
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

Submodule uavcan updated: c7872def16...c4c14c60fb