mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Implement FlexRay transmit, configuration, and cold start
This commit is contained in:
@@ -25,7 +25,8 @@ public:
|
||||
bool sync = false;
|
||||
bool startup = false;
|
||||
bool dynamic = false;
|
||||
uint8_t cycle = 0;
|
||||
uint8_t cycle = 0; // baseCycle when transmitting
|
||||
uint8_t cycleRepetition = 0; // only for transmit
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user