1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 16:22:22 +01:00

Add version argument to ESPDEPRECATED macro (#2116)

This commit is contained in:
Oxan van Leeuwen
2021-08-04 00:43:01 +02:00
committed by GitHub
parent 441d5bd44d
commit 20f7eb7327
7 changed files with 36 additions and 36 deletions

View File

@@ -17,7 +17,7 @@
#endif
#define HOT __attribute__((hot))
#define ESPDEPRECATED(msg) __attribute__((deprecated(msg)))
#define ESPDEPRECATED(msg, when) __attribute__((deprecated(msg)))
#define ALWAYS_INLINE __attribute__((always_inline))
#define PACKED __attribute__((packed))