mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 11:53:25 +08:00
arm/kinetis: Fix warning
8th bit of SCGC3 is NFC, see K60 Reference Manual (K60P144M150SF3RM.pdf, 12.2.11). Signed-off-by: Jiri Vlasak <jiri.vlasak@posteo.net>
This commit is contained in:
@@ -990,7 +990,7 @@
|
||||
# define SIM_SCGC3_FLEXCAN1 (1 << 4) /* Bit 4: FlexCAN1 Clock Gate Control */
|
||||
# endif
|
||||
# if defined(KINETIS_SIM_HAS_SCGC3_NFC)
|
||||
# define SIM_SCGC3_FLEXCAN1 (1 << 8) /* Bit 8: NFC Clock Gate Control */
|
||||
# define SIM_SCGC3_NFC (1 << 8) /* Bit 8: NFC Clock Gate Control */
|
||||
# endif
|
||||
# if defined(KINETIS_SIM_HAS_SCGC3_SPI2)
|
||||
# define SIM_SCGC3_SPI2 (1 << 12) /* Bit 12: SPI2 Clock Gate Control */
|
||||
|
||||
Reference in New Issue
Block a user