diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-19 21:19:18 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-19 21:19:18 -0600 |
| commit | 6ebe514137fa41ac015122da4dcaba56af84e531 (patch) | |
| tree | 0582d0684f130b08ec2b7ea73d57642485245ccf /tb/interval_timer.cpp | |
| parent | 8ec66f50c64501e30ed6adae94f89b90b48de7f0 (diff) | |
Implement JTAG-UART input
Diffstat (limited to 'tb/interval_timer.cpp')
| -rw-r--r-- | tb/interval_timer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tb/interval_timer.cpp b/tb/interval_timer.cpp index f593894..f790030 100644 --- a/tb/interval_timer.cpp +++ b/tb/interval_timer.cpp @@ -1,3 +1,5 @@ +#include <cstdint> + #include "avalon.hpp" #include "interval_timer.hpp" |
