Extend printer interface to represent actually functionality better
All checks were successful
Build ptprnt / build (push) Successful in 1m4s

This commit is contained in:
2024-04-20 12:54:32 +02:00
parent 1b52fb0458
commit 6770fce7b7
10 changed files with 165 additions and 53 deletions

View File

@@ -85,5 +85,6 @@
},
"clang-tidy.buildPath": "builddir/",
"clangd.onConfigChanged": "restart",
"C_Cpp.default.compileCommands": "builddir/compile_commands.json"
"C_Cpp.default.compileCommands": "/home/moritz/src/ptouch-prnt/builddir/compile_commands.json",
"C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild"
}