Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bugfix/rom_aes_set_endian' into 'master'
[Github] Fix prototype for ets_aes_set_endian #3 Original description: > > found small mistake in it > > we have: > ``` PROVIDE ( ets_aes_crypt = 0x4005c9b8 ); PROVIDE ( ets_aes_disable = 0x4005c8f8 ); PROVIDE ( ets_aes_enable = 0x4005c8cc ); PROVIDE ( ets_aes_set_endian = 0x4005c928 ); PROVIDE ( ets_aes_setkey_dec = 0x4005c994 ); PROVIDE ( ets_aes_setkey_enc = 0x4005c97c ); ``` See merge request !29
- Loading branch information