Skip to content
Snippets Groups Projects

Hh6chen dijkstras with reverse

Merged Harrison Chen requested to merge hh6chen-dijkstras-with-reverse into main
2 files
+ 33
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -24,7 +24,7 @@ void test_cts() {
void test_dijkstra_tc2_blocks_properly() {
init_track('a');
set_path2(74, 20, 0); // B5
set_path2(24, 20, 0); // B5
}
// IMPORTANT!!!! THIS DOESN'T TURN SOLENOID OFF!!!!
Loading