fixed drive strength
Fork of mbed-dev by
Diff: hal/can_api.h
- Revision:
- 149:156823d33999
- Parent:
- 144:ef7eb2e8f9f7
--- a/hal/can_api.h Fri Sep 30 18:07:01 2016 +0100 +++ b/hal/can_api.h Fri Oct 28 11:17:30 2016 +0100 @@ -1,3 +1,6 @@ + +/** \addtogroup hal */ +/** @{*/ /* mbed Microcontroller Library * Copyright (c) 2006-2016 ARM Limited * @@ -22,7 +25,7 @@ #include "PinNames.h" #include "PeripheralNames.h" -#include "can_helper.h" +#include "hal/can_helper.h" #ifdef __cplusplus extern "C" { @@ -78,3 +81,5 @@ #endif // MBED_CAN_API_H #endif + +/** @}*/