Skip to content

Commit ea3f06c

Browse files
committed
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
2 parents e24ea4e + 4fe2fe8 commit ea3f06c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

freemodbus/modbus/include/mbconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ PR_BEGIN_EXTERN_C
175175
#define MB_FUNC_READWRITE_HOLDING_ENABLED ( 1 )
176176

177177
/*! \brief Check the option to place timer handler into IRAM */
178-
#define MB_PORT_TIMER_ISR_IN_IRAM ( CONFIG_FMB_TIMER_ISR_IN_IRAM )
178+
#define MB_PORT_TIMER_ISR_IN_IRAM ( CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD )
179179

180180
/*! @} */
181181
#ifdef __cplusplus

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.0.11"
1+
version: "1.0.12"
22
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
33
url: https://github.com/espressif/esp-modbus
44
dependencies:

0 commit comments

Comments
 (0)