From 79d8f8205de24c6de5871862cb6249ecfa8cdaf5 Mon Sep 17 00:00:00 2001 From: Mike Nicholson Date: Thu, 10 Jan 2019 16:15:05 -0600 Subject: Update header to include gpio defs for mtac cards, extern EEPROM --- mtac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtac.c') diff --git a/mtac.c b/mtac.c index 4cc0423..19c8a20 100644 --- a/mtac.c +++ b/mtac.c @@ -17,7 +17,7 @@ #include "mtac.h" /* accessory card EEPROMs, read outside of driver */ -uint8_t mts_ap_eeprom[NUM_AP][512]; +uint8_t mts_ap_eeprom[NUM_AP][MTS_AP_EEPROM_SIZE]; EXPORT_SYMBOL(mts_ap_eeprom); static const char* eeprom_file_name[NUM_AP] = { -- cgit v1.2.3