Skip to content

Commit 4a39e05

Browse files
Jason2866suda-morris
authored andcommitted
fix(hw_support): build warning in __PERIPH_CTRL_DEPRECATE_ATTR
Merges #18577
1 parent 78d5795 commit 4a39e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/esp_hw_support/include/esp_private/periph_ctrl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void periph_rcc_exit(void);
8585
#ifdef __PERIPH_CTRL_ALLOW_LEGACY_API
8686
#define __PERIPH_CTRL_DEPRECATE_ATTR
8787
#else
88-
#define __PERIPH_CTRL_DEPRECATE_ATTR __attribute__((deprecated("This function is not functional on "CONFIG_IDF_TARGET)))
88+
#define __PERIPH_CTRL_DEPRECATE_ATTR __attribute__((deprecated("This function is not functional on " CONFIG_IDF_TARGET)))
8989
#endif
9090

9191
/**

0 commit comments

Comments
 (0)