commit | f8e980d65fb4c0b1b3a53e9da83f1fb7d14e33fd | [log] [tgz] |
---|---|---|
author | Alex Perry <alex.perry96@gmail.com> | Sun Mar 03 17:46:01 2019 -0800 |
committer | Alex Perry <alex.perry96@gmail.com> | Sun Mar 03 17:46:01 2019 -0800 |
tree | 7561812c5730188b944ea3203e5a15b9a503bfaa | |
parent | f3e46beab19a5f3a95f17de949022d30c1474af8 [diff] |
Add camera ports for the code bot. Change-Id: If547a14eda40dc2e1b7e0d7c1d6f4383d19cac24
diff --git a/y2019/jevois/teensy.cc b/y2019/jevois/teensy.cc index afcc9c7..30cfc81 100644 --- a/y2019/jevois/teensy.cc +++ b/y2019/jevois/teensy.cc
@@ -396,6 +396,8 @@ std::array<int, 5> CameraSerialNumbers() { switch (ProcessorIdentifier()) { + case 0xffff322e: // CODE bot + return {{0, 0, 0, 16, 19}}; default: return {{0, 0, 0, 0, 0}}; }