From f9b4e0b574e290a13ffa9e4ea580a2dcff48acab Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 21 Nov 2017 10:12:35 +0100 Subject: [PATCH] Update supervision.h --- include/supervision.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/supervision.h b/include/supervision.h index ffece4ecb..464c59e05 100644 --- a/include/supervision.h +++ b/include/supervision.h @@ -105,9 +105,10 @@ extern unsigned char sv_nmi_counter; extern unsigned char sv_timer_irq_counter; extern unsigned char sv_timer_dma_counter; +/* The addresses of the static drivers */ +extern void supervision_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */ + /* End of supervision.h */ #endif - - -- 2.39.5