blob: 37c416ae3007e8355ae52a38c887fef3a20aac77 [file] [log] [blame]
Patrick Ventured8012182018-03-08 08:21:38 -08001#pragma once
2
3#include "pid/zone.hpp"
4
5/* Given a zone, run through the loops. */
Patrick Venture5c7cc542018-06-11 14:29:38 -07006void PIDControlThread(PIDZone* zone);