diff options
Diffstat (limited to 'example-fsm-55/hiroshi-ayumi.c')
-rw-r--r-- | example-fsm-55/hiroshi-ayumi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example-fsm-55/hiroshi-ayumi.c b/example-fsm-55/hiroshi-ayumi.c index a398689..d465208 100644 --- a/example-fsm-55/hiroshi-ayumi.c +++ b/example-fsm-55/hiroshi-ayumi.c @@ -35,8 +35,8 @@ struct GPIO { #define GPIO_SPEAKER_PIN 1 -static struct GPIO *const GPIO_LED = ((struct GPIO *const) GPIO_LED_BASE); -static struct GPIO *const GPIO_OTHER = ((struct GPIO *const) GPIO_OTHER_BASE); +static struct GPIO *const GPIO_LED = ((struct GPIO *)GPIO_LED_BASE); +static struct GPIO *const GPIO_OTHER = ((struct GPIO *)GPIO_OTHER_BASE); static chopstx_mutex_t mtx; static chopstx_cond_t cnd; |