ESP3d integration for ESP32 (#16515)
This commit is contained in:
@ -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
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user