diff --git a/left/build/kds/.cproject b/left/build/kds/.cproject
index 3449a23..907e357 100644
--- a/left/build/kds/.cproject
+++ b/left/build/kds/.cproject
@@ -288,7 +288,7 @@
-
+
@@ -656,11 +656,11 @@
+
-
diff --git a/left/src/main.c b/left/src/main.c
index 000976c..9f03baf 100644
--- a/left/src/main.c
+++ b/left/src/main.c
@@ -34,7 +34,7 @@ int main(void)
InitClock();
InitPeripherals();
KeyMatrix_Init(&keyMatrix);
-
+ printf("Hello from semihosting!");
#if ALWAYS_ENTER_BOOTLOADER
JumpToBootloader(); /* << EST: \todo Temporary only */
#endif
diff --git a/shared/slave_protocol.h b/shared/slave_protocol.h
index 325a2f5..9a8a238 100644
--- a/shared/slave_protocol.h
+++ b/shared/slave_protocol.h
@@ -8,7 +8,7 @@
// Macros:
#define I2C_MESSAGE_HEADER_LENGTH 3
- #define I2C_MESSAGE_MAX_PAYLOAD_LENGTH 255
+ #define I2C_MESSAGE_MAX_PAYLOAD_LENGTH 64
#define I2C_MESSAGE_MAX_TOTAL_LENGTH (I2C_MESSAGE_HEADER_LENGTH + I2C_MESSAGE_MAX_PAYLOAD_LENGTH)
#define SLAVE_SYNC_STRING "SYNC"