ESP3d integration for ESP32 (#16515)

This commit is contained in:
Luc
2020-01-11 00:15:05 +01:00
committed by Scott Lahteine
parent e9a97127f7
commit d854c8fa5f
145 changed files with 1189 additions and 768 deletions

View File

@ -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
*----------------------------------------------------------------------------*/