rs485echo: Fix compile error by adding include
The gettimeofday()
function is defined in sys/time.h
. Thus
include it.
BCS 746-000125
Hi all, Gitlab will be set in maintenance mode on Friday 29/11/2024 from 08:45 AM CET with the intention of finishing by the 10:45 PM CET of Friday 29/11/2024
The gettimeofday()
function is defined in sys/time.h
. Thus
include it.
BCS 746-000125