Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_timer_use_isr_dispatch_method' into 'master'
Browse files Browse the repository at this point in the history
fix timer use isr dispatch method

Closes IDFGH-11059

See merge request idf/esp-modbus!46
  • Loading branch information
alisitsyn committed Sep 29, 2023
2 parents e24ea4e + 4fe2fe8 commit ea3f06c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freemodbus/modbus/include/mbconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ea3f06c

Please sign in to comment.