summaryrefslogtreecommitdiffstats
path: root/weak.c
blob: 8d8a726b982858b581dae2f7f90836cb379fc929 (plain)
1
2
3
void uart0_isr(void);
__attribute__ ((weak))
void uart0_isr(void) { }