Skip to content

Commit

Permalink
Add a caution to drivers.h
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Feb 10, 2020
1 parent 18a7276 commit 0b45493
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Marlin/src/core/drivers.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
*/
#pragma once

#include "../inc/MarlinConfigPre.h"
//
// Included by MarlinConfigPre.h ahead of Configuration_adv.h.
// Don't use #if in this file for anything not defined early!
//

#define _A4988 0x4988
#define _A5984 0x5984
Expand Down

0 comments on commit 0b45493

Please sign in to comment.