Revert "Reduce PROGMEM warnings"

This commit is contained in:
daid
2015-01-16 16:48:22 +01:00
parent 5c7e38478b
commit 53f971095d
8 changed files with 16 additions and 35 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