PunchHMI/machine/error.h

13 lines
164 B
C
Raw Normal View History

2024-02-06 06:58:57 +00:00
#ifndef ERROR_H
#define ERROR_H
#include <QString>
#include "comm/typedef.h"
QString getErrStr(u32 code);
QString getPromptStr(u32 code);
#endif // ERROR_H