Re-rename the stm32l4 can driver functions

This commit is contained in:
Sebastien Lorquet 2016-06-24 11:40:59 +02:00
parent 6de8dba383
commit 017670ac9d
2 changed files with 210 additions and 210 deletions

File diff suppressed because it is too large Load Diff

View File

@ -131,7 +131,7 @@ extern "C"
****************************************************************************/
struct can_dev_s;
FAR struct can_dev_s *stm32l4_caninitialize(int port);
FAR struct can_dev_s *stm32l4can_initialize(int port);
#undef EXTERN
#if defined(__cplusplus)