Re-rename the stm32l4 can driver functions
This commit is contained in:
parent
6de8dba383
commit
017670ac9d
File diff suppressed because it is too large
Load Diff
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue