Skip to content

Commit

Permalink
fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gicking committed Jun 6, 2024
1 parent 52934ef commit e01c049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dual_LIN/dual_LIN.ino
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ void setup(void)
Serial.begin(115200); while(!Serial);

// initialize LIN master (background operation)
LIN_master0.begin(19200, LIN_V2, true);
LIN_master1.begin(9600, LIN_V1, true);
LIN_master1.begin(19200, LIN_V2, true);
LIN_master2.begin(9600, LIN_V1, true);

// init task scheduler (also required for LIN master emulation!)
#if defined(__AVR__) || defined(__SAM3X8E__)
Expand Down

0 comments on commit e01c049

Please sign in to comment.