From 6f0f8d26d2710e24192e56e85ecb5fc2b7f54da7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 22 Jul 2020 21:43:05 +0200 Subject: Added interrupts --- src/lib/inc/def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/inc/def.h') diff --git a/src/lib/inc/def.h b/src/lib/inc/def.h index 6e3066a..409c0b3 100644 --- a/src/lib/inc/def.h +++ b/src/lib/inc/def.h @@ -13,8 +13,8 @@ typedef unsigned char u8; typedef signed short s16; typedef unsigned short u16; -typedef signed int s32; -typedef unsigned int u32; +typedef signed long s32; +typedef unsigned long u32; typedef signed long long s64; typedef unsigned long long u64; -- cgit v1.2.3