Browse Source

📝 Developer note in boards.h

Scott Lahteine 1 year ago
parent
commit
077a620e21
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Marlin/src/core/boards.h

+ 5 - 0
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