We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d5795 commit 4a39e05Copy full SHA for 4a39e05
1 file changed
components/esp_hw_support/include/esp_private/periph_ctrl.h
@@ -85,7 +85,7 @@ void periph_rcc_exit(void);
85
#ifdef __PERIPH_CTRL_ALLOW_LEGACY_API
86
#define __PERIPH_CTRL_DEPRECATE_ATTR
87
#else
88
-#define __PERIPH_CTRL_DEPRECATE_ATTR __attribute__((deprecated("This function is not functional on "CONFIG_IDF_TARGET)))
+#define __PERIPH_CTRL_DEPRECATE_ATTR __attribute__((deprecated("This function is not functional on " CONFIG_IDF_TARGET)))
89
#endif
90
91
/**
0 commit comments