Merge branch 'bugfix/fix_timer_use_isr_dispatch_method' into 'master'

fix timer use isr dispatch method

Closes IDFGH-11059

See merge request idf/esp-modbus!46
This commit is contained in:
Alex Lisitsyn
2023-09-30 02:21:04 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ PR_BEGIN_EXTERN_C
#define MB_FUNC_READWRITE_HOLDING_ENABLED ( 1 )
/*! \brief Check the option to place timer handler into IRAM */
#define MB_PORT_TIMER_ISR_IN_IRAM ( CONFIG_FMB_TIMER_ISR_IN_IRAM )
#define MB_PORT_TIMER_ISR_IN_IRAM ( CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD )
/*! @} */
#ifdef __cplusplus

View File

@@ -1,4 +1,4 @@
version: "1.0.11"
version: "1.0.12"
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
url: https://github.com/espressif/esp-modbus
dependencies: