aboutsummaryrefslogtreecommitdiff
path: root/robot/mode_grid.h
blob: 55093ad223f51e1651fa358cd488b4b958f95341 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

/** @file mode_grid.h */

/**
 * warehouse mode
 *
 * processes orders from the order buffer
 */
void w2_mode_grid();