mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
NEORV32_GPIO: Forgotten to removed this volatile
This commit is contained in:
parent
7226a138c7
commit
0a94225495
1 changed files with 1 additions and 1 deletions
|
@ -1238,7 +1238,7 @@ typedef volatile struct __attribute__((packed,aligned(4))) {
|
|||
#define NEORV32_GPIO_BASE (0xFFFFFFC0U)
|
||||
|
||||
/** GPIO module hardware access (#neorv32_gpio_t) */
|
||||
#define NEORV32_GPIO ((volatile neorv32_gpio_t*) (NEORV32_GPIO_BASE))
|
||||
#define NEORV32_GPIO ((neorv32_gpio_t*) (NEORV32_GPIO_BASE))
|
||||
/**@}*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue