Merge branch 'gigabus_can' of https://github.com/janjongboom/mbed-os into rollup

pull/10097/head
Martin Kojtal 2019-03-14 11:37:35 +00:00
commit 2218efc20c
3 changed files with 3 additions and 3 deletions

View File

@ -305,7 +305,7 @@ void can_free(can_t *obj)
*/
int can_frequency(can_t *obj, int hz)
{
int reval;
int reval = 0;
/* The maximum baud rate support to 1M */
if (hz <= 1000000) {

View File

@ -305,7 +305,7 @@ void can_free(can_t *obj)
*/
int can_frequency(can_t *obj, int hz)
{
int reval;
int reval = 0;
/* The maximum baud rate support to 1M */
if (hz <= 1000000) {

View File

@ -306,7 +306,7 @@ void can_free(can_t *obj)
*/
int can_frequency(can_t *obj, int hz)
{
int reval;
int reval = 0;
/* The maximum baud rate support to 1M */
if (hz <= 1000000) {