summaryrefslogtreecommitdiff
path: root/avr
diff options
context:
space:
mode:
authorLeo C2016-05-20 03:04:32 +0200
committerLeo C2016-05-20 03:04:32 +0200
commitad12f284298a3c0b533d74ba932033f9650d1d18 (patch)
tree4cb7785b31cfb39dd23f4887accf662c17f7f852 /avr
parentb51d2360e5a32408daae39b1c311868d0d34374c (diff)
downloadz180-stamp-ad12f284298a3c0b533d74ba932033f9650d1d18.zip
Enable 8 drives on sd cardshexrel-6.6.1
Diffstat (limited to 'avr')
-rw-r--r--avr/z180-serv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avr/z180-serv.c b/avr/z180-serv.c
index 58843fd..87d4b23 100644
--- a/avr/z180-serv.c
+++ b/avr/z180-serv.c
@@ -1,7 +1,7 @@
/*
* (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0
*/
#include "common.h"
@@ -206,7 +206,7 @@ void do_msg_get_set_time(uint8_t subf, int len, uint8_t * msg)
/* ---------------------------------------------------------------------------*/
-#define MAX_DRIVE 4
+#define MAX_DRIVE 8
#define BLOCK_SIZE 512
//#define TPA_BASE 0x10000
//#define COMMON_BASE 0xC000