Skip to content

Commit

Permalink
STM32L4 : remove warning
Browse files Browse the repository at this point in the history
This is the MBED current implementation, no need to warn
  • Loading branch information
jeromecoutant committed Dec 10, 2021
1 parent b5e28ba commit 999d98a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
#error 'The HAL CAN driver cannot be used with its legacy, Please ensure to enable only one HAL CAN module at once in stm32l4xx_hal_conf.h file'
#endif /* HAL_CAN_MODULE_ENABLED */

#warning 'Legacy HAL CAN driver is enabled! It can be used with known limitations, refer to the release notes. However it is recommended to use rather the new HAL CAN driver'
// MBED current implementation
// #warning 'Legacy HAL CAN driver is enabled! It can be used with known limitations, refer to the release notes. However it is recommended to use rather the new HAL CAN driver'

#if defined(CAN1)

Expand Down

0 comments on commit 999d98a

Please sign in to comment.