diff options
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,7 @@ int main(int argc, char* argv[]) { QCoreApplication app(argc, argv); +#ifdef INNO_MAKER { std::cout << std::boolalpha; InnoMakerOV9281 innoMakerCam; @@ -139,6 +140,7 @@ int main(int argc, char* argv[]) } qDebug() << "ok"; exit(EXIT_SUCCESS); +#endif // if (false) qDebug() << "size of raw profile" << sizeof(Pixels); |
