fix nxstyle
Remove TABs fix Relative file path does not match actual file.
This commit is contained in:
parent
056eb46d69
commit
360c2fc44c
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/risc-v/esp32c3/esp32c3-devkit-rust-1/include/board_memorymap.h
|
* boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
@ -40,17 +40,17 @@
|
|||||||
|
|
||||||
/* PCI config common registers */
|
/* PCI config common registers */
|
||||||
|
|
||||||
#define PCI_CONFIG_VENDOR 0x00
|
#define PCI_CONFIG_VENDOR 0x00
|
||||||
#define PCI_CONFIG_DEVICE 0x02
|
#define PCI_CONFIG_DEVICE 0x02
|
||||||
#define PCI_CONFIG_COMMAND 0x04
|
#define PCI_CONFIG_COMMAND 0x04
|
||||||
#define PCI_CONFIG_REV_ID 0x08
|
#define PCI_CONFIG_REV_ID 0x08
|
||||||
#define PCI_CONFIG_PROG_IF 0x09
|
#define PCI_CONFIG_PROG_IF 0x09
|
||||||
#define PCI_CONFIG_SUBCLASS 0x0A
|
#define PCI_CONFIG_SUBCLASS 0x0A
|
||||||
#define PCI_CONFIG_CLASS 0x0B
|
#define PCI_CONFIG_CLASS 0x0B
|
||||||
#define PCI_CONFIG_CACHE_LINE_SIZE 0x0C
|
#define PCI_CONFIG_CACHE_LINE_SIZE 0x0C
|
||||||
#define PCI_CONFIG_LATENCY_TIMER 0x0D
|
#define PCI_CONFIG_LATENCY_TIMER 0x0D
|
||||||
#define PCI_CONFIG_HEADER_TYPE 0x0E
|
#define PCI_CONFIG_HEADER_TYPE 0x0E
|
||||||
#define PCI_CONFIG_BIST 0x0F
|
#define PCI_CONFIG_BIST 0x0F
|
||||||
|
|
||||||
/* PCI config header types */
|
/* PCI config header types */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user