Use BubbleSort by default. Disable ShellSort until I fix it
This commit is contained in:
parent
225c456ae6
commit
f346125948
|
|
@ -239,7 +239,7 @@
|
|||
#define SD_SORT_TIME 0
|
||||
#define SD_SORT_ALPHA 1
|
||||
#define SD_SORT_NONE 2
|
||||
#define SHELLSORT
|
||||
// #define SHELLSORT
|
||||
// #define SORTING_DUMP
|
||||
|
||||
#define SDSORT_LIMIT 100 // Maximum number of sorted items (10-256).
|
||||
|
|
|
|||
Loading…
Reference in New Issue