fix: add missing stdbool.h include in heartbeat.h
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "esp_err.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
/**
|
||||
* Initialize the heartbeat service (logs ready state).
|
||||
|
||||
Reference in New Issue
Block a user