defined DYN_DRV

This commit is contained in:
Stefan 2017-11-21 10:56:35 +01:00 committed by GitHub
parent 7d1c92dc12
commit f2e12b4715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[] */