mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-15 02:36:19 +00:00
📝 Developer note in boards.h
This commit is contained in:
parent
2954bf2697
commit
077a620e21
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whenever changes are made to this file, please update Marlin/Makefile
|
||||||
|
* and _data/boards.yml in the MarlinDocumentation repo.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
|
|
||||||
#define BOARD_UNKNOWN -1
|
#define BOARD_UNKNOWN -1
|
||||||
|
|
Loading…
Add table
Reference in a new issue