mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
10 lines
142 B
C
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
|