Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm.h')
-rw-r--r--comm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/comm.h b/comm.h
index a0804db..1636650 100644
--- a/comm.h
+++ b/comm.h
@@ -59,6 +59,6 @@ void comm_send_byte(uint8_t data);
void comm_proceed(uint8_t data);
extern volatile uint8_t comm_recv_command;
-extern volatile unsigned int comm_recv_length;
-extern volatile uint8_t recv_buffer[RECV_BUFFER+8];
+extern volatile uint16_t comm_recv_length;
+extern volatile uint8_t recv_buffer[RECV_BUFFER_SIZE];
extern volatile uint8_t comm_recv_done;