aboutsummaryrefslogtreecommitdiff
path: root/ExitCodes.hpp
blob: 6c903d379e96316028628716377ac650d381d0fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef EXIT_CODES_HPP
#define EXIT_CODES_HPP 1

#define EXIT_MAIN_NOOP        1
#define EXIT_USER_CONFIG      2
#define EXIT_MAIN_FILE_INOUT  3
#define EXIT_MAIN_PROG_VERIFY 4
#define EXIT_MAIN_SIGNAL      5
#define EXIT_MCU              6
#define EXIT_SERIAL_PORT      7

#endif