[NUCLEO_F030R8] Replace include of stm32f0xx.h with cmsis.h

pull/272/head
bcostm 2014-04-22 17:27:36 +02:00
parent 4ac17903e2
commit 3aa9e58c88
1 changed files with 1 additions and 1 deletions

View File

@ -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() {