diff options
| author | Rémi Berthoz <[email protected]> | 2026-01-04 16:55:43 +0100 |
|---|---|---|
| committer | Rémi Berthoz <[email protected]> | 2026-01-04 16:55:43 +0100 |
| commit | cab1b2f6f741ea151e87f139b2115d5234228bbd (patch) | |
| tree | 6dc6919379d01d30b5df91619f56e8c8e855e6bd /src/tusb.h | |
| parent | 3eafddb02a3347873dc1816f53b428518eb97c61 (diff) | |
Implement Printer Device Class
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb.h b/src/tusb.h index 62b3b9783..256a239e7 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -92,6 +92,10 @@ #include "class/mtp/mtp_device.h" #endif + #if CFG_TUD_PRINTER + #include "class/printer/printer_device.h" + #endif + #if CFG_TUD_AUDIO #include "class/audio/audio_device.h" #endif |
