🚑️ Init FastIO before anything else (#22508)
This commit is contained in:
committed by
Scott Lahteine
parent
924e4f95c8
commit
bc68664c3b
@ -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"
|
||||
|
Reference in New Issue
Block a user