From 5dd6b54d7be103938f0dc09ba6879b643e73370d Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 24 Apr 2023 05:24:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Developer=20note=20in=20boards.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/core/boards.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Marlin/src/core/boards.h b/Marlin/src/core/boards.h index f0f235ff24246..89eeee17f025d 100644 --- a/Marlin/src/core/boards.h +++ b/Marlin/src/core/boards.h @@ -21,6 +21,11 @@ */ #pragma once +/** + * Whenever changes are made to this file, please update Marlin/Makefile + * and _data/boards.yml in the MarlinDocumentation repo. + */ + #include "macros.h" #define BOARD_UNKNOWN -1