From 0e59b999fa976de2d00490f552a1ff0a27d40f63 Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 29 Jan 2017 04:55:23 +0000 Subject: Converted most types to stdint-style (fixing a few in the process). --- source/dsp4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/dsp4.h') diff --git a/source/dsp4.h b/source/dsp4.h index 488b5f6..760891c 100644 --- a/source/dsp4.h +++ b/source/dsp4.h @@ -4,8 +4,8 @@ #define _DSP4_H_ // debug -int block; // current block number -extern int c; +int32_t block; // current block number +extern int32_t c; // op control int8_t DSP4_Logic; // controls op flow -- cgit v1.2.3