summaryrefslogtreecommitdiff
path: root/keyboards/akb/vero/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/akb/vero/mcuconf.h')
-rw-r--r--keyboards/akb/vero/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/akb/vero/mcuconf.h b/keyboards/akb/vero/mcuconf.h
index 3439c90d52..bf2d83997c 100644
--- a/keyboards/akb/vero/mcuconf.h
+++ b/keyboards/akb/vero/mcuconf.h
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include_next "mcuconf.h"
+#include_next <mcuconf.h>
/* Set PLL M divider from 4 (F411 GENERIC default) to 8, because of 16 MHz crystal on board */
#undef STM32_PLLM_VALUE
#define STM32_PLLM_VALUE 8