Skip to content
Snippets Groups Projects

Hh6chen dijkstras with reverse

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