The unified diff between revisions [9f05a1eb..] and [9142f333..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'interrupt.h'

#
# old_revision [9f05a1eb606ea1c0421aa4a0b25b83b4fe4a20c8]
# new_revision [9142f3330490a5aa00c1686475633b620c2ef5e7]
#
# patch "interrupt.h"
#  from [04c04661f9d61779f82793ce9bc45c761f1ce63b]
#    to [56b191b60c258a1d20ddf786c75868f6269709f1]
#
============================================================
--- interrupt.h	04c04661f9d61779f82793ce9bc45c761f1ce63b
+++ interrupt.h	56b191b60c258a1d20ddf786c75868f6269709f1
@@ -34,8 +34,9 @@
 
 #define I_PRIORITY_I2C0		0
 #define I_PRIORITY_UART0	1
-#define I_PRIORITY_TIMER0	2
-#define I_PRIORITY_TIMER1	3
+#define I_PRIORITY_TIMER3	2
+#define I_PRIORITY_TIMER0	3
+#define I_PRIORITY_SPI1		4
 
 #define interrupt_clear() do { VICVectAddr = 0xff; } while (0)