summaryrefslogtreecommitdiff
path: root/ports/stm32f4/common-hal/microcontroller/Processor.h
diff options
context:
space:
mode:
authorHierophect <hierophect@gmail.com>2019-07-24 14:21:27 -0400
committerHierophect <hierophect@gmail.com>2019-07-24 14:21:27 -0400
commita63df51893075b09a69beb40a3636fb9723b3b60 (patch)
treecd4dc0a40c31f944291d99b9137e8a1ee2055060 /ports/stm32f4/common-hal/microcontroller/Processor.h
parent172ab190b5d40b227f258c09c6ae393308ee9783 (diff)
Requested changes, general cleanup
Diffstat (limited to 'ports/stm32f4/common-hal/microcontroller/Processor.h')
-rw-r--r--ports/stm32f4/common-hal/microcontroller/Processor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32f4/common-hal/microcontroller/Processor.h b/ports/stm32f4/common-hal/microcontroller/Processor.h
index 4049c165f..c3ca4efd5 100644
--- a/ports/stm32f4/common-hal/microcontroller/Processor.h
+++ b/ports/stm32f4/common-hal/microcontroller/Processor.h
@@ -24,8 +24,8 @@
* THE SOFTWARE.
*/
-#ifndef MICROPY_INCLUDED_NRF_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H
-#define MICROPY_INCLUDED_NRF_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H
+#ifndef MICROPY_INCLUDED_STM32F4_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H
+#define MICROPY_INCLUDED_STM32F4_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H
#define COMMON_HAL_MCU_PROCESSOR_UID_LENGTH 8
@@ -36,4 +36,4 @@ typedef struct {
// Stores no state currently.
} mcu_processor_obj_t;
-#endif // MICROPY_INCLUDED_NRF_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H
+#endif // MICROPY_INCLUDED_STM32F4_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H