|
|
@ -49,7 +49,7 @@ uint16_t HAL_adc_result;
|
|
|
|
// ------------------------
|
|
|
|
// ------------------------
|
|
|
|
|
|
|
|
|
|
|
|
// Needed for DELAY_NS() / DELAY_US() on CORTEX-M7
|
|
|
|
// Needed for DELAY_NS() / DELAY_US() on CORTEX-M7
|
|
|
|
#if (defined(__arm__) || defined(__thumb__)) && WITHIN(__CORTEX_M, 3, 7)
|
|
|
|
#if (defined(__arm__) || defined(__thumb__)) && __CORTEX_M == 7
|
|
|
|
// HAL pre-initialization task
|
|
|
|
// HAL pre-initialization task
|
|
|
|
// Force the preinit function to run between the premain() and main() function
|
|
|
|
// Force the preinit function to run between the premain() and main() function
|
|
|
|
// of the STM32 arduino core
|
|
|
|
// of the STM32 arduino core
|
|
|
|