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