mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
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;
|
||
|
|
||
|
|