comparison lcdtest/exitcodes.h @ 27:4b7cac119fb5

lcdtest: added our own local exitcodes.h header
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 May 2018 21:49:46 +0000
parents
children
comparison
equal deleted inserted replaced
26:225556110fa6 27:4b7cac119fb5
1 #define ERROR_USAGE 1
2 #define ERROR_TARGET 2
3 #define ERROR_RVINTERF 3
4 #define ERROR_UNIX 4
5 #define ERROR_BUG 5
6 /* our local definition */
7 #define ERROR_FTDI 6