summaryrefslogtreecommitdiff
path: root/robot/mode_halt.h
blob: b5ac11f27b28f4546fa0999127a169092d4a3586 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

/** @file mode_halt.h */

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