]> git.zerfleddert.de Git - hmcfgusb/blobdiff - firmware.c
Increase compiler-warning level
[hmcfgusb] / firmware.c
index 650f035e29bbcf3717e14a2e5a909d983e65fe84..6a544a33bb35db42d330b7f313fb21700d669fbc 100644 (file)
@@ -1,6 +1,6 @@
 /* generic firmware-functions for HomeMatic
  *
- * Copyright (c) 2014 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -37,7 +37,7 @@
 #include "firmware.h"
 
 /* This might be wrong, but it works for current fw */
-#define MAX_BLOCK_LENGTH       512
+#define MAX_BLOCK_LENGTH       2048
 
 struct firmware* firmware_read_firmware(char *filename, int debug)
 {
Impressum, Datenschutz