# HG changeset patch
# User Ideenmodellierer
# Date 1667942216 -3600
# Node ID 34eb693720eba1ea0efc0f1bdf5be85f4be3c8dd
# Parent  8adf9b8fc7fa88dba2d1ffde3171bd7484107b99
Development bugfix number of spare bytes in setting structure

diff -r 8adf9b8fc7fa -r 34eb693720eb Common/Inc/settings.h
--- a/Common/Inc/settings.h	Tue Nov 08 21:16:17 2022 +0100
+++ b/Common/Inc/settings.h	Tue Nov 08 22:16:56 2022 +0100
@@ -85,7 +85,7 @@
 
 #define UART_MAX_PROTOCOL		(2u)
 
-#define FUTURE_SPARE_SIZE		(11u)		/* Applied for reuse of old, not used, scooter block (was 32 bytes)*/
+#define FUTURE_SPARE_SIZE		(10u)		/* Applied for reuse of old, not used, scooter block (was 32 bytes)*/
 
 typedef enum
 {