From 06d82f02508306145a9c5767ea6b47aab67248d9 Mon Sep 17 00:00:00 2001
From: Per <Per Lindgren>
Date: Tue, 20 Feb 2018 19:08:46 +0100
Subject: [PATCH] fixed errors in CPU description

---
 STM32F413.svd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/STM32F413.svd b/STM32F413.svd
index 2a9c385..7c3cd80 100644
--- a/STM32F413.svd
+++ b/STM32F413.svd
@@ -9,9 +9,9 @@ xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_1.xsd">
 		<name>CM4</name>
 		<revision>r0p0</revision>
 		<endian>little</endian>
-		<mpuPresent>0</mpuPresent>
-		<fpuPresent>0</fpuPresent>
-		<nvicPrioBits>3</nvicPrioBits>
+		<mpuPresent>true</mpuPresent>
+		<fpuPresent>true</fpuPresent>
+		<nvicPrioBits>4</nvicPrioBits>
 		<vendorSystickConfig>0</vendorSystickConfig>
 	</cpu>
   
-- 
GitLab