mirror of https://github.com/ARMmbed/mbed-os.git
[NUCLEO_F030R8] Replace include of stm32f0xx.h with cmsis.h
parent
4ac17903e2
commit
3aa9e58c88
|
@ -25,7 +25,7 @@
|
|||
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "stm32f0xx.h"
|
||||
#include "cmsis.h"
|
||||
|
||||
// This function is called after RAM initialization and before main.
|
||||
void mbed_sdk_init() {
|
||||
|
|
Loading…
Reference in New Issue