mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 17:35:30 +00:00
Fixup builds on develop branch. (#11600)
This commit is contained in:
parent
814c4cb56d
commit
94746b6557
3 changed files with 2 additions and 7 deletions
|
@ -19,7 +19,4 @@
|
||||||
#define CH_CFG_ST_RESOLUTION 16
|
#define CH_CFG_ST_RESOLUTION 16
|
||||||
#define CH_CFG_INTERVALS_SIZE 16
|
#define CH_CFG_INTERVALS_SIZE 16
|
||||||
|
|
||||||
/* no clue, wouldn't compile without */
|
|
||||||
#define CH_CFG_USE_TM FALSE
|
|
||||||
|
|
||||||
#include_next <chconf.h>
|
#include_next <chconf.h>
|
||||||
|
|
|
@ -15,9 +15,6 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/* no clue, wouldn't compile without */
|
#define HAL_USE_PWM TRUE
|
||||||
#define HAL_USE_DAC FALSE
|
|
||||||
#define HAL_USE_GPT FALSE
|
|
||||||
#define HAL_USE_I2C FALSE
|
|
||||||
|
|
||||||
#include_next <halconf.h>
|
#include_next <halconf.h>
|
|
@ -1,5 +1,6 @@
|
||||||
# MCU name
|
# MCU name
|
||||||
MCU = STM32F303
|
MCU = STM32F303
|
||||||
|
BOARD = QMK_PROTON_C
|
||||||
|
|
||||||
# Bootloader selection
|
# Bootloader selection
|
||||||
BOOTLOADER = atmel-dfu
|
BOOTLOADER = atmel-dfu
|
||||||
|
|
Loading…
Reference in a new issue