mirror of https://github.com/ARMmbed/mbed-os.git
Indentation set for the comments
parent
65a72c29c8
commit
27df8c74d3
|
@ -74,10 +74,10 @@ public:
|
||||||
* @endcode
|
* @endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note: The can apis are unlocked hence using this when multiple
|
/* Note: The can apis are unlocked hence using this when multiple
|
||||||
* threads are accessing a single instance of CAN will lead to
|
* threads are accessing a single instance of CAN will lead to
|
||||||
* race conditions, can be used in single threaded CAN.
|
* race conditions, can be used in single threaded CAN.
|
||||||
*/
|
*/
|
||||||
using CAN::CAN;
|
using CAN::CAN;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue