commit | a076487aab0ee71ea32d53f798d5ca6b31677278 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Sat Aug 08 07:48:43 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Aug 14 16:06:12 2020 -0700 |
tree | 863290bd52b4c6302c3adde0220c7e524f240b6d | |
parent | cdd61349509778161dc12139e60f4dfc1953b634 [diff] [blame] |
sensors/zones: place in namespace and cleanup Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I527dbc8477a232945f696227a7b0b2adbee45175
diff --git a/experiments/drive.hpp b/experiments/drive.hpp index 94e74f3..e1a4d2d 100644 --- a/experiments/drive.hpp +++ b/experiments/drive.hpp
@@ -1,3 +1,8 @@ #pragma once +namespace pid_control +{ + int driveMain(void); + +}