From f2e12b4715519787214639f718a442708f142e25 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 21 Nov 2017 10:56:35 +0100 Subject: [PATCH] defined DYN_DRV --- include/supervision.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/supervision.h b/include/supervision.h index 492346492..f3ae1c25e 100644 --- a/include/supervision.h +++ b/include/supervision.h @@ -125,6 +125,9 @@ extern unsigned char sv_timer_dma_counter; #define JOY_START(v) ((v) & JOY_START_MASK) #define JOY_SELECT(v) ((v) & JOY_SELECT_MASK) +/* No support for dynamically loadable drivers */ +#define DYN_DRV 0 + /* The addresses of the static drivers */ extern void supervision_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */ -- 2.39.5