Removing compiler warnings for progmem

This commit is contained in:
odewdney
2015-01-11 18:14:21 +00:00
parent 652895d656
commit 538859669d
7 changed files with 20 additions and 18 deletions

View File

@ -80,7 +80,7 @@ unsigned long axis_steps_per_sqr_second[NUM_AXIS];
matrix_3x3 plan_bed_level_matrix = {
1.0, 0.0, 0.0,
0.0, 1.0, 0.0,
0.0, 0.0, 1.0,
0.0, 0.0, 1.0
};
#endif // #ifdef ENABLE_AUTO_BED_LEVELING