aboutsummaryrefslogtreecommitdiff
path: root/robot/halt.h
blob: e88bde407a4849a4a4f5fd3374b2a73a283676fe (plain)
1
2
3
4
5
6
7
8
#pragma once

/**
 * halt (emergency) mode
 *
 * stops all execution until emergency status is manually cleared by the user
 */
void w2_mode_halt_main();