Merged in slorquet/nuttx/stm32can (pull request #71)

Stm32can: Port STM32L4 work to STM32
This commit is contained in:
Gregory Nutt
2016-06-24 07:11:05 -06:00
3 changed files with 768 additions and 379 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1 -1
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)