diff options
| author | Rémi Berthoz <[email protected]> | 2026-01-07 17:04:48 +0100 |
|---|---|---|
| committer | Rémi Berthoz <[email protected]> | 2026-01-07 17:36:01 +0100 |
| commit | 0e5241aa83c52792959ad8a2ef0535a3759530a7 (patch) | |
| tree | 9ca0493aa275f540041deddd6cec3371f62797a6 /src/tusb.h | |
| parent | 158fe86b55ee4704b57ad07a95ceb546b82534af (diff) | |
Adjust printer device class to 0.20.0 and fix compilation warnings
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 256a239e7..1f4d4b73a 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -88,6 +88,10 @@ #include "class/msc/msc_device.h" #endif + #if CFG_TUD_PRINTER + #include "class/printer/printer_device.h" + #endif + #if CFG_TUD_MTP #include "class/mtp/mtp_device.h" #endif |
