🚑️ Init FastIO before anything else (#22508)

This commit is contained in:
Tanguy Pruvot
2021-08-09 04:37:27 +02:00
committed by Scott Lahteine
parent 924e4f95c8
commit bc68664c3b
5 changed files with 9 additions and 6 deletions

View File

@ -19,15 +19,15 @@
#pragma once
/**
* Support routines for STM32GENERIC (Maple)
* Support routines for MAPLE_STM32F1
*/
/**
* Translation of routines & variables used by pinsDebug.h
*/
#ifndef BOARD_NR_GPIO_PINS // Only in STM32GENERIC (Maple)
#error "Expected BOARD_NR_GPIO_PINS not found"
#ifndef BOARD_NR_GPIO_PINS // Only in MAPLE_STM32F1
#error "Expected BOARD_NR_GPIO_PINS not found"
#endif
#include "fastio.h"