Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
This commit is contained in:
committed by
Richard Wackerbarth
parent
5e834352a9
commit
58cfcd4239
@ -1,6 +1,6 @@
|
||||
#include "Configuration.h"
|
||||
|
||||
#ifdef AUTO_BED_LEVELING_GRID
|
||||
#if ENABLED(AUTO_BED_LEVELING_GRID)
|
||||
|
||||
void daxpy ( int n, double da, double dx[], int incx, double dy[], int incy );
|
||||
double ddot ( int n, double dx[], int incx, double dy[], int incy );
|
||||
|
Reference in New Issue
Block a user