Fixup builds so that teensy EEPROM knows which MCU it's targeting. (#16168)
parent
593704b7a7
commit
1bdc1c23c7
|
@ -2,6 +2,9 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <ch.h>
|
||||||
|
#include <hal.h>
|
||||||
|
|
||||||
#if defined(K20x)
|
#if defined(K20x)
|
||||||
/* Teensy 3.0, 3.1, 3.2; mchck; infinity keyboard */
|
/* Teensy 3.0, 3.1, 3.2; mchck; infinity keyboard */
|
||||||
// The EEPROM is really RAM with a hardware-based backup system to
|
// The EEPROM is really RAM with a hardware-based backup system to
|
||||||
|
|
Loading…
Reference in New Issue