mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Dependency generation fix for directories that keep object files in a sub-directory
This commit is contained in:
@@ -359,6 +359,7 @@
|
||||
#define PIO_WPMR_WPEN (1 << 0) /* Bit 0: Write Protect Enable */
|
||||
#define PIO_WPMR_WPKEY_SHIFT (8) /* Bits 8-31: Write Protect KEY */
|
||||
#define PIO_WPMR_WPKEY_MASK (0xffffff << PIO_WPMR_WPKEY_SHIFT)
|
||||
# define PIO_WPMR_WPKEY (0x50494f << PIO_WPMR_WPKEY_SHIFT)
|
||||
|
||||
/* PIO Write Protect Status Register */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user