Make HWINT_* defins consistent

This commit is contained in:
Tharo 2025-08-15 17:52:36 +01:00
parent da842e83be
commit e64f7f0ad2
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ typedef struct __osHwInt {
#else
/* __osHwInt struct member offsets */
#define HWINT_CALLBACK 0x00
#define HWINT_SP 0x04
#define HWINT_CALLBACK 0x0
#define HWINT_SP 0x4
/* __osHwInt struct size */
#define HWINT_SIZE 0x8