EmbHMI/machine/error.h
2024-02-06 14:27:07 +08:00

13 lines
164 B
C

#ifndef ERROR_H
#define ERROR_H
#include <QString>
#include "comm/typedef.h"
QString getErrStr(u32 code);
QString getPromptStr(u32 code);
#endif // ERROR_H