diff --git a/zpcimon/optics_info.c b/zpcimon/optics_info.c index 00d8d723..b3bc3535 100644 --- a/zpcimon/optics_info.c +++ b/zpcimon/optics_info.c @@ -53,7 +53,7 @@ enum optics_type optics_type(struct optics *oi) }; } -bool optics_los_implemented(struct optics *oi) +static bool optics_los_implemented(struct optics *oi) { enum optics_type type = optics_type(oi); uint8_t implemented;