Pi Firmware: Increase MAX_CPLD_FILENAMES from 20 to 24

Change-Id: I2bfcefb5a9e556f3f6ff93f46396171afc554371
pull/133/head
David Banks 2020-01-10 17:20:24 +00:00
rodzic 4d76fce804
commit f94e3e634f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -219,7 +219,7 @@ typedef struct {
#define SYNC_BIT_MIXED_SYNC 0x08 // bit 3, indicates H and V syncs eored in CPLD
#define SYNC_BIT_MASK 0x07 // masks out bit 3
#define MAX_CPLD_FILENAMES 20
#define MAX_CPLD_FILENAMES 24
#define MAX_FILENAME_WIDTH 32
#define MAX_PROFILES 64
#define MAX_SUB_PROFILES 32