mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +00:00
09ebe29369
[no changelog]
10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
#pragma base_address 0x8000000
|
|
|
|
#include "t1_firmware.pat"
|
|
|
|
u32 VTOR = base();
|
|
|
|
VectorTable vector_table @ VTOR;
|
|
|
|
|