Browse Source

firmware: increase qsort entry limit to 2048

ikari 12 years ago
parent
commit
08cace5c12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/config.h

+ 1 - 1
src/config.h

@@ -65,7 +65,7 @@
 #define FPGA_MCU_RDY_REG          LPC_GPIO2
 #define FPGA_MCU_RDY_BIT          9
 
-#define QSORT_MAXELEM             1024
+#define QSORT_MAXELEM             2048
 
 #define SSP_REGS LPC_SSP0
 #define SSP_PCLKREG PCLKSEL1