worker_pool: fix newline

This commit is contained in:
Andre Puschmann 2021-09-06 21:32:04 +02:00 committed by Xavier Arteaga
parent 6745eced49
commit ba17b64c70
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ void worker_pool::get_metrics(phy_metrics_t& m)
{
phy_state.get_metrics(m);
}
int worker_pool::tx_request(const phy_interface_mac_nr::tx_request_t& request)
{
return 0;