Skip to content

Commit

Permalink
(c) 2023, use env_validate.h, final new line
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Nov 21, 2023
1 parent f4a6f9b commit 55a109e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Marlin/src/pins/stm32f4/pins_MELLOW_FLY_E3_PRO_V3.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2021 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
* Copyright (c) 2023 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
Expand All @@ -21,9 +21,7 @@
*/
#pragma once

#if NOT_TARGET(STM32F4)
#error "Oops! Select an STM32F4 board in 'Tools > Board.'"
#endif
#include "env_validate.h"

#ifndef BOARD_INFO_NAME
#define BOARD_INFO_NAME "Mellow Fly E3 Pro V3"
Expand Down Expand Up @@ -553,4 +551,4 @@
#define FORCE_SOFT_SPI
#else
#define TEMP_1_PIN PA1 // TH0
#endif
#endif

0 comments on commit 55a109e

Please sign in to comment.