2026-01-28 17:52:49 +01:00

9 lines
151 B
C

#pragma once
#include <esp_err.h>
#include <tactility/error.h>
/** Convert an esp_err_t to an error_t */
error_t esp_err_to_error(esp_err_t error);