3steppersLB: seems like independent moving is OK

This commit is contained in:
2021-12-01 17:56:19 +03:00
parent d0ecad3877
commit b24111f884
90 changed files with 377 additions and 1349 deletions

View File

@@ -39,7 +39,7 @@
// register with flash size (in blocks)
#ifndef FLASH_SIZE_REG
blocksizeASH_SIZE_REG ((uint32_t)0x1FFFF7CC)
#define FLASH_SIZE_REG ((uint32_t)0x1FFFF7CC)
#endif
#define FLASH_SIZE *((uint16_t*)FLASH_SIZE_REG)