The unified diff between revisions [23a3e9a5..] 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 [23a3e9a50b4034343e3bd217d2c225dcaec064dd]
# new_revision [9142f3330490a5aa00c1686475633b620c2ef5e7]
#
# patch "interrupt.h"
#  from [3735115d09df71f1da6b5ed670f9df7c4aafb82c]
#    to [56b191b60c258a1d20ddf786c75868f6269709f1]
#
============================================================
--- interrupt.h	3735115d09df71f1da6b5ed670f9df7c4aafb82c
+++ interrupt.h	56b191b60c258a1d20ddf786c75868f6269709f1
@@ -34,7 +34,9 @@
 
 #define I_PRIORITY_I2C0		0
 #define I_PRIORITY_UART0	1
-#define I_PRIORITY_TIMER0	2
+#define I_PRIORITY_TIMER3	2
+#define I_PRIORITY_TIMER0	3
+#define I_PRIORITY_SPI1		4
 
 #define interrupt_clear() do { VICVectAddr = 0xff; } while (0)