From 8aa3fcd31f72b70bf2ad23bb285f9675e2f17bca Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 29 Jan 2020 22:50:49 -0500 Subject: driver: write mode: implemented archive format logic. --- src/internal/tpax_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 6d749b5..d061474 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -26,6 +26,7 @@ enum app_tags { TAG_READ, TAG_WRITE, TAG_COPY, + TAG_FORMAT, }; struct tpax_driver_ctx_impl { -- cgit v1.2.3