Use BubbleSort by default. Disable ShellSort until I fix it

This commit is contained in:
Alex Voinea 2021-02-26 09:18:59 +02:00
parent 225c456ae6
commit f346125948
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973
1 changed files with 1 additions and 1 deletions

View File

@ -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).