diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-11 17:16:03 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-11 17:16:03 -0400 |
| commit | af0119ca7e73c21205b5bb89bb9361db9aafa15f (patch) | |
| tree | 4772eb5347f5f67d13ae874eced136aa6e987a31 /constants/printer_constants.asm | |
| parent | 295604cbb51b0664c92f1a3a675ea7ffc3dc63ca (diff) | |
Name all printer functions
Diffstat (limited to 'constants/printer_constants.asm')
| -rwxr-xr-x | constants/printer_constants.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/constants/printer_constants.asm b/constants/printer_constants.asm new file mode 100755 index 000000000..5cd8fcd77 --- /dev/null +++ b/constants/printer_constants.asm @@ -0,0 +1,9 @@ +const_value SET 1 + + const PRINTER_STATUS_CHECKING + const PRINTER_STATUS_TRANSMITTING + const PRINTER_STATUS_PRINTING + const PRINTER_ERROR_1 + const PRINTER_ERROR_2 + const PRINTER_ERROR_3 + const PRINTER_ERROR_4 |
