Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChibiOS upgrade: early init conversions #10214

Merged
merged 8 commits into from
Oct 11, 2020
5 changes: 5 additions & 0 deletions keyboards/at_at/660m/660m.c
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
#include "660m.h"

void board_init(void) {
SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP;
SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP);
}
268 changes: 0 additions & 268 deletions keyboards/at_at/660m/boards/ST_STM32F072B_DISCOVERY/board.c

This file was deleted.

Loading