summaryrefslogtreecommitdiff
path: root/robot/halt.h
blob: d92905ef9907fbf8efacf5b81281f15fc840ebbc (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();