diff options
Diffstat (limited to 'sim/m32c/timer_a.h')
-rw-r--r-- | sim/m32c/timer_a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32c/timer_a.h b/sim/m32c/timer_a.h index abf5883..2037ca3 100644 --- a/sim/m32c/timer_a.h +++ b/sim/m32c/timer_a.h @@ -11,4 +11,4 @@ typedef struct extern Timer_A timer_a; -extern void update_timer_a (); +extern void update_timer_a (void); |