this just seems to work now even without this align crap.
This commit is contained in:
Sven Peter 2009-01-26 16:07:36 +01:00 committed by bushing
parent 29caadc06b
commit 3bfca0ca64

View File

@ -8,7 +8,7 @@
#define AES_CMD_RESET 0
#define AES_CMD_DECRYPT 0x9800
otp_t otp __attribute__((aligned(4))); // FIXME/WTF: why does this crash without the align?!
otp_t otp;
void crypto_read_otp(void)
{