mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Issue: mbed-src Compile error on Nucleo-F446RE

When compiling this code for target board = Nucleo-F446RE

#include "mbed.h"
int main(){
   int i=0;
}

The compile error is

Quote:

Error: Argument of type "mbed::CAN::can_t *" is incompatible with parameter of type "can_t *" in "mbed-src/common/CAN.cpp", Line: 35, Col: 27