Files
QIDI_Q1_Pro/include/mks_error.h
2024-03-19 15:48:17 +08:00

10 lines
142 B
C

#ifndef MKS_ERROR_H
#define MKS_ERROR_H
#include "nlohmann/json.hpp"
#include "./mks_log.h"
void parse_error(nlohmann::json error);
#endif