Skip to content

Commit

Permalink
Fixup builds so that teensy EEPROM knows which MCU it's targeting. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Feb 2, 2022
1 parent 593704b commit 1bdc1c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platforms/chibios/eeprom_teensy.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

#include <ch.h>
#include <hal.h>

#if defined(K20x)
/* Teensy 3.0, 3.1, 3.2; mchck; infinity keyboard */
// The EEPROM is really RAM with a hardware-based backup system to
Expand Down

0 comments on commit 1bdc1c2

Please sign in to comment.