From d91ddeea2280cb0c12d3491f7e89787cffd3bfb4 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Sun, 22 Jun 2025 07:11:33 -0700 Subject: [PATCH] timer: add missing declaration should probably put that in a bios.h file at some point --- mbv/apps/timer/timer.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mbv/apps/timer/timer.cc b/mbv/apps/timer/timer.cc index 4f50025..5ea3002 100644 --- a/mbv/apps/timer/timer.cc +++ b/mbv/apps/timer/timer.cc @@ -5,6 +5,10 @@ #include "pol0.h" #include "timer.h" +extern "C" { +void BiosWozmon(); +} + namespace { struct Gpio {