mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
CI: Fix warnings
This commit is contained in:
committed by
Kyle Johannes
parent
0497b361ef
commit
bddbcfcf6d
@@ -536,8 +536,8 @@ enum
|
||||
BPS117647
|
||||
};
|
||||
|
||||
/* MasterResistor in LIN_SETTINGS */
|
||||
enum
|
||||
/* CommanderResistor in LIN_SETTINGS */
|
||||
enum : uint8_t
|
||||
{
|
||||
RESISTOR_ON,
|
||||
RESISTOR_OFF
|
||||
|
||||
@@ -83,6 +83,7 @@ struct VSAExtractionSettings {
|
||||
*/
|
||||
class VSA {
|
||||
public:
|
||||
virtual ~VSA() = default;
|
||||
static constexpr size_t StandardRecordSize = 32; // Size of most VSA records
|
||||
static constexpr uint64_t RecordStartOffset = 0x06000000u; // Offset of VSA record ring buffer from start of VSA log file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user