Add BOOTLOADER_TAG

This commit is contained in:
László Monda
2017-09-22 01:17:41 +02:00
parent e7362a057c
commit cc3208a947
2 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,8 @@
// Macros:
#define BOOTLOADER_TAG 0x6766636B
// bits for bootloader_config_t.enabledPeripherals
#define ENABLE_PERIPHERAL_UART (1<<0)
#define ENABLE_PERIPHERAL_I2C (1<<1)