Enable semihosting for the "uhk-left debug jlink" build.

This commit is contained in:
László Monda
2017-10-04 18:21:02 +02:00
parent af52c017d8
commit c965fe185b
3 changed files with 4 additions and 4 deletions

View File

@@ -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"