mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-05 04:53:56 -06:00
Clean up whitespace
This commit is contained in:
parent
1a5663fbf4
commit
45488a431a
4 changed files with 80 additions and 81 deletions
|
@ -145,9 +145,9 @@ static void setup_clocks(void) {
|
|||
* at the Flash base address, 0x08000000.
|
||||
*/
|
||||
#if defined(BOOTLOADER_maple)
|
||||
#define USER_ADDR_ROM 0x08002000
|
||||
#define USER_ADDR_ROM 0x08002000
|
||||
#else
|
||||
#define USER_ADDR_ROM 0x08000000
|
||||
#define USER_ADDR_ROM 0x08000000
|
||||
#endif
|
||||
#define USER_ADDR_RAM 0x20000C00
|
||||
extern char __text_start__;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue