mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 15:25:07 -06:00
ESP3d integration for ESP32 (#16515)
This commit is contained in:
parent
e9a97127f7
commit
d854c8fa5f
145 changed files with 1189 additions and 768 deletions
|
@ -149,11 +149,12 @@ extern "C" {
|
|||
/* HAL configuration */
|
||||
#define HSE_VALUE 12000000U
|
||||
|
||||
#define FLASH_PAGE_SIZE ((uint32_t)(4*1024))
|
||||
#define FLASH_PAGE_SIZE uint32(4 * 1024)
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
* Arduino objects - C++ only
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue