Cleanup datatypes.
This commit is contained in:
6
bc.h
6
bc.h
@@ -35,7 +35,7 @@
|
||||
#include <QDebug>
|
||||
#include <QObject> // Nötig für Q_GADGET/Q_ENUM Makros
|
||||
|
||||
using bcdata_t = uint8_t;
|
||||
//uint8_t;
|
||||
|
||||
|
||||
/**
|
||||
@@ -69,11 +69,11 @@ namespace bc
|
||||
|
||||
// misc
|
||||
//#define cbc::Version "CanBusControl 0.0.01 / 02.07.2022"
|
||||
[[maybe_unused]] constexpr static const char* Version = "CanBusControl 0.1.00 / 08.11.2022 © 2022 chris@sourceworx.org";
|
||||
[[maybe_unused]] constexpr static const char* Version = "BionxControl 0.1.00 / 08.11.2022 © 2022 chris@sourceworx.org";
|
||||
|
||||
[[maybe_unused]] constexpr static const char* OrgName = "source::worx";
|
||||
[[maybe_unused]] constexpr static const char* DomainName = "sourceworx.org";
|
||||
[[maybe_unused]] constexpr static const char* AppName = "CanBusControl";
|
||||
[[maybe_unused]] constexpr static const char* AppName = "BionxControl";
|
||||
|
||||
|
||||
// timer
|
||||
|
||||
Reference in New Issue
Block a user