diff --git a/virtual/cores/arduino/mcu/atmega32u4.h b/virtual/cores/arduino/mcu/atmega32u4.h deleted file mode 100644 index 6f5b675..0000000 --- a/virtual/cores/arduino/mcu/atmega32u4.h +++ /dev/null @@ -1,37 +0,0 @@ -/* -*- mode: c++ -*- - * Kaleidoscope - * Copyright (C) 2019 noseglasses (shinynoseglasses@gmail.com) - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#pragma once - -namespace kaleidoscope { -namespace hardware { -namespace mcus { - -class atmega32u4 { - - public: - - static constexpr int eeprom_size = 1024; -}; - -} // namespace mcus - -typedef mcus::atmega32u4 mcu; - -} // namespace hardware -} // namespace kaleidoscope