refactoring - one step back

This commit is contained in:
rusefillc 2022-01-14 23:37:50 -05:00
parent 38780a2098
commit eb3b538c75
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@
#include "chconf_common.h"
/**
* @brief Board-specific pin configuration code overrides. Needed by bootloader code.
* @todo Add your board-specific code, if any.
*/
void setPinConfigurationOverrides() {
}
/**
* @brief Board-specific Serial configuration code overrides. Needed by bootloader code.