mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
9 lines
151 B
C
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);
|