mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Minor changes from review of merge
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* arch/arm/src/efm32/chip/efm32_flash.h
|
* arch/arm/src/efm32/chip/efm32_flash.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Bouteville Pierre-Noel. All rights reserved.
|
* Copyright (C) 2015 Bouteville Pierre-Noel. All rights reserved.
|
||||||
* Author: Bouteville Pierre-Noel <pnb990@gmail.com>
|
* Author: Bouteville Pierre-Noel <pnb990@gmail.com>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@@ -54,3 +54,4 @@
|
|||||||
# define EFM32_FLASH_PAGESIZE 512
|
# define EFM32_FLASH_PAGESIZE 512
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* __ARCH_ARM_SRC_EFM32_CHIP_EFM32_FLASH_H */
|
||||||
|
|||||||
@@ -544,7 +544,7 @@
|
|||||||
#define MSC_LOCK_LOCKKEY_LOCKED (_MSC_LOCK_LOCKKEY_LOCKED << 0) /* Shifted mode LOCKED for MSC_LOCK */
|
#define MSC_LOCK_LOCKKEY_LOCKED (_MSC_LOCK_LOCKKEY_LOCKED << 0) /* Shifted mode LOCKED for MSC_LOCK */
|
||||||
#define MSC_LOCK_LOCKKEY_UNLOCK (_MSC_LOCK_LOCKKEY_UNLOCK << 0) /* Shifted mode UNLOCK for MSC_LOCK */
|
#define MSC_LOCK_LOCKKEY_UNLOCK (_MSC_LOCK_LOCKKEY_UNLOCK << 0) /* Shifted mode UNLOCK for MSC_LOCK */
|
||||||
|
|
||||||
#define MSC_UNLOCK_CODE 0x1B71 /**< MSC unlock code */
|
#define MSC_UNLOCK_CODE 0x1B71 /* MSC unlock code */
|
||||||
|
|
||||||
/* Bit fields for MSC CMD */
|
/* Bit fields for MSC CMD */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user