1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 13:38:12 +00:00

core/firmware: PendSV_Handler is defined in pendsv.c

This commit is contained in:
Jan Pochyla 2020-01-07 20:21:04 +01:00
parent ecc4313a34
commit 7deade5a10

View File

@ -139,8 +139,6 @@ void UsageFault_Handler(void) {
error_shutdown("Internal error", "(UF)", NULL, NULL);
}
void PendSV_Handler(void) { pendsv_isr_handler(); }
void SVC_C_Handler(uint32_t *stack) {
uint8_t svc_number = ((uint8_t *)stack[6])[-2];
switch (svc_number) {