HAL_ChibiOS: add CANManager to ChibiOS namespace

This commit is contained in:
Siddharth Purohit 2018-02-02 01:03:25 +05:30 committed by Andrew Tridgell
parent 143686f70d
commit edd0e8d2f5

View File

@ -21,4 +21,5 @@ namespace ChibiOS {
class Util;
class Shared_DMA;
class SoftSigReader;
class CANManager;
}