2021-08-03 19:05:01 -07:00
|
|
|
#include "pch.h"
|
2021-02-08 13:24:38 -08:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Board-specific pin configuration code overrides. Needed by bootloader code.
|
|
|
|
* @todo Add your board-specific code, if any.
|
|
|
|
*/
|
|
|
|
void setPinConfigurationOverrides(void) {
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Board-specific Serial configuration code overrides. Needed by bootloader code.
|
|
|
|
* @todo Add your board-specific code, if any.
|
|
|
|
*/
|
|
|
|
void setSerialConfigurationOverrides(void) {
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Board-specific SD card configuration code overrides. Needed by bootloader code.
|
|
|
|
* @todo Add your board-specific code, if any.
|
|
|
|
*/
|
|
|
|
void setSdCardConfigurationOverrides(void) {
|
|
|
|
}
|