blob: 670d558af520b476c9dc61c8dd821f8ddf7bfd7e [file] [log] [blame]
#pragma once
#include "pid/zone.hpp"
/* Given a zone, run through the loops. */
void PIDControlThread(std::shared_ptr<PIDZone> zone);