mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Drop unused xSemaphoreWait define (#2888)
This commit is contained in:
parent
58fb7a02f6
commit
6df1d5222d
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@
|
|||
#define ALWAYS_INLINE __attribute__((always_inline))
|
||||
#define PACKED __attribute__((packed))
|
||||
|
||||
#define xSemaphoreWait(semaphore, wait_time) \
|
||||
xSemaphoreTake(semaphore, wait_time); \
|
||||
xSemaphoreGive(semaphore);
|
||||
|
||||
namespace esphome {
|
||||
|
||||
/// Get the device MAC address as raw bytes, written into the provided byte array (6 bytes).
|
||||
|
|
Loading…
Reference in a new issue