build fix 2nd try

This commit is contained in:
Mario Fetka
2024-05-27 16:50:06 +02:00
parent 7dedc6425c
commit 5f29fdaf23
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__
typedef __signed char int8_t;
/* typedef __signed char int8_t; */
typedef unsigned char u_int8_t;
typedef short int16_t;
typedef unsigned short u_int16_t;