os: pass env to connections in uart test

Issue #2280.
This commit is contained in:
Josef Söntgen 2017-02-15 13:16:59 +01:00 committed by Christian Helmuth
parent 335685b7fe
commit b1dca8e047

View File

@ -26,7 +26,7 @@ struct Main
Uart::Connection uart;
char buf[100];
Main(Env &env)
Main(Env &env) : timer(env), uart(env)
{
log("--- UART test started ---");