Added signed 32 bit data type.
This commit is contained in:
parent
813b27d234
commit
4fd1e3ece0
9 changed files with 42 additions and 12 deletions
|
@ -1,9 +1,10 @@
|
|||
#ifndef __6502_CONF_H__
|
||||
#define __6502_CONF_H__
|
||||
|
||||
typedef unsigned char u8_t;
|
||||
typedef unsigned char u8_t;
|
||||
typedef unsigned short u16_t;
|
||||
typedef unsigned long u32_t;
|
||||
typedef long s32_t;
|
||||
typedef unsigned short uip_stats_t;
|
||||
|
||||
#define CC_CONF_REGISTER_ARGS 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue