figments: figment: fix build on esp32

This commit is contained in:
Torrie Fischer 2023-12-20 08:32:41 +01:00
parent b7495404b8
commit 90055a07e2

View File

@ -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)