summaryrefslogtreecommitdiff
path: root/chip/stm32/dfu_bootmanager_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/dfu_bootmanager_shared.h')
-rw-r--r--chip/stm32/dfu_bootmanager_shared.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chip/stm32/dfu_bootmanager_shared.h b/chip/stm32/dfu_bootmanager_shared.h
index 4003583ee2..df920f16a5 100644
--- a/chip/stm32/dfu_bootmanager_shared.h
+++ b/chip/stm32/dfu_bootmanager_shared.h
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -15,12 +15,12 @@
#include "common.h"
/* Registers to validate the backup memory region. */
-#define DFU_BOOTMANAGER_VALUE_MASK 0x00FF
-#define DFU_BOOTMANAGER_VALID_MASK 0xFF00
-#define DFU_BOOTMANAGER_VALID_CHECK 0xAA00
+#define DFU_BOOTMANAGER_VALUE_MASK 0x00FF
+#define DFU_BOOTMANAGER_VALID_MASK 0xFF00
+#define DFU_BOOTMANAGER_VALID_CHECK 0xAA00
-#define DFU_BOOTMANAGER_VALUE_CLEAR 0
-#define DFU_BOOTMANAGER_VALUE_DFU UINT8_MAX
+#define DFU_BOOTMANAGER_VALUE_CLEAR 0
+#define DFU_BOOTMANAGER_VALUE_DFU UINT8_MAX
/*
* Reset and enter the DFU mode.