mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
Initial commit
This commit is contained in:
9
include/mks_error.h
Normal file
9
include/mks_error.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef MKS_ERROR_H
|
||||
#define MKS_ERROR_H
|
||||
|
||||
#include "nlohmann/json.hpp"
|
||||
#include "./mks_log.h"
|
||||
|
||||
void parse_error(nlohmann::json error);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user