aboutsummaryrefslogtreecommitdiff
path: root/cmos/cd4024.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmos/cd4024.c')
-rw-r--r--cmos/cd4024.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmos/cd4024.c b/cmos/cd4024.c
index 93c3bf4..bf86dd2 100644
--- a/cmos/cd4024.c
+++ b/cmos/cd4024.c
@@ -5,10 +5,10 @@
typedef struct _cd4024
{
t_object x_obj;
- t_int x_reset;
- t_int x_clock;
- t_int x_count;
- t_int x_updating;
+ int x_reset;
+ int x_clock;
+ int x_count;
+ int x_updating;
t_outlet *x_Q1;
t_outlet *x_Q2;
t_outlet *x_Q3;