figments: figment: fix build on esp32
This commit is contained in:
parent
b7495404b8
commit
90055a07e2
@ -4,6 +4,8 @@
|
||||
#include <ArduinoLog.h>
|
||||
#include "./Command.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#define F_LIKELY(x) __builtin_expect(!!(x), true)
|
||||
#define F_UNLIKELY(x) __builtin_expect(!!(x), false)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user