Skip to content

Commit

Permalink
- Fix SDGecko Slot B
Browse files Browse the repository at this point in the history
  • Loading branch information
emukidid committed Apr 26, 2018
1 parent 883dfed commit b6d2df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cube/swiss/source/devices/diskio.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "wkf.h"
#include "ff_cache/cache.h"

const DISC_INTERFACE *driver[FF_VOLUMES] = { &__io_gcsda, &__io_gcsda, &__io_ataa, &__io_atab, &__io_wkf};
const DISC_INTERFACE *driver[FF_VOLUMES] = { &__io_gcsda, &__io_gcsdb, &__io_ataa, &__io_atab, &__io_wkf};
static bool disk_isInit[FF_VOLUMES] = {0,0,0,0,0};

// Disk caches
Expand Down

0 comments on commit b6d2df4

Please sign in to comment.