commit | d0a49740691ac332cc581aeab308e03f62cd5518 | [log] [tgz] |
---|---|---|
author | Tyler Chatow <tchatow@gmail.com> | Fri Feb 25 22:06:19 2022 -0800 |
committer | Tyler Chatow <tchatow@gmail.com> | Fri Feb 25 23:54:07 2022 -0800 |
tree | fd70758c397499df4ad42911d2cc89a705aa23e6 | |
parent | c75a0ad2171ead315e82cecd06bc8f5fbee9b420 [diff] [blame] |
Replace aos::SizedArray with absl::InlinedVector Change-Id: I4dae096c5079afa3135e3a1cb7cb17e2789275e6 Signed-off-by: Tyler Chatow <tchatow@gmail.com>
diff --git a/y2019/jevois/serial.h b/y2019/jevois/serial.h index 9dd4b0c..14e2f98 100644 --- a/y2019/jevois/serial.h +++ b/y2019/jevois/serial.h
@@ -7,6 +7,6 @@ int open_via_terminos(const char *tty_name); } // namespace jevois -} // namespace frc971 +} // namespace y2019 #endif // Y2019_JEVOIS_SERIAL_H_