aboutsummaryrefslogtreecommitdiff
path: root/cmos/cd4017.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmos/cd4017.c')
-rw-r--r--cmos/cd4017.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmos/cd4017.c b/cmos/cd4017.c
index d5bcc97..59c08ab 100644
--- a/cmos/cd4017.c
+++ b/cmos/cd4017.c
@@ -5,8 +5,8 @@
typedef struct _cd4017
{
t_object x_obj;
- t_int x_state;/* clock_inhibit value in bit 0, clock level in bit 1, reset level in bit 2 */
- t_int x_count;
+ int x_state;/* clock_inhibit value in bit 0, clock level in bit 1, reset level in bit 2 */
+ int x_count;
t_outlet *x_0;
t_outlet *x_1;
t_outlet *x_2;