Skip to content

Commit

Permalink
Comment out ISR for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpalladino committed Sep 24, 2024
1 parent 08feafb commit c61a77a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ __attribute__((section(".firmwarecontrolbyte")))
const uint8_t firmwarecontrolbyte = 0x7F;

// Define the ISR for rfpmm vector that jumps to the ROM ISR
/*
__attribute__((interrupt("interrupt_vector_rfpmm")))
void RF13M_ISR(void)
{
// Assembly instruction to jump to the ROM ISR
__asm__ volatile ("jmp 0x54D0");
}
*/


void initISO15693(uint16_t parameters)
Expand Down

0 comments on commit c61a77a

Please sign in to comment.