Skip to content
Snippets Groups Projects
Commit 5d8d18d0 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #4451 from thinkyhead/rc_arduino_160_minimum

Prevent compiling with old Arduino sooner
parents 256b0359 c94b6dd3
Branches
Tags
No related merge requests found
...@@ -35,5 +35,6 @@ ...@@ -35,5 +35,6 @@
#endif #endif
#include "Arduino.h" #include "Arduino.h"
#include "Conditionals_post.h" #include "Conditionals_post.h"
#include "SanityCheck.h"
#endif // MARLIN_CONFIG_H #endif // MARLIN_CONFIG_H
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment