Brought back the PostScript printer.

This commit is contained in:
OBattler
2019-12-02 07:14:44 +01:00
parent a838e8548f
commit 4c64f87389
4 changed files with 5 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
extern const lpt_device_t lpt_prt_text_device;
extern const lpt_device_t lpt_prt_escp_device;
extern const lpt_device_t lpt_prt_escp_device;
extern const lpt_device_t lpt_prt_ps_device;