From 414caa77d5709bf3372d1f9245312781eee7961b Mon Sep 17 00:00:00 2001 From: Leo C Date: Fri, 31 Aug 2018 23:36:06 +0200 Subject: error handling: improved cmd_error() - print fatfs error strings --- include/strerror.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/strerror.h (limited to 'include/strerror.h') diff --git a/include/strerror.h b/include/strerror.h new file mode 100644 index 0000000..9cc0821 --- /dev/null +++ b/include/strerror.h @@ -0,0 +1,12 @@ +/* + * (C) Copyright 2014 Leo C. + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#ifndef STRERROR_H +#define STRERROR_H + +const FLASH char * my_strerror_P(int errnum); + +#endif /* STRERROR_H */ -- cgit v1.2.3