The unified diff between revisions [23a3e9a5..] and [4f22e7ef..] 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 [4f22e7ef7d3064e3b51a5b868a4722f3f13c747b]
#
# patch "interrupt.h"
#  from [3735115d09df71f1da6b5ed670f9df7c4aafb82c]
#    to [bf362242c19f7cf4842e9f571d4e56915037d18d]
#
============================================================
--- interrupt.h	3735115d09df71f1da6b5ed670f9df7c4aafb82c
+++ interrupt.h	bf362242c19f7cf4842e9f571d4e56915037d18d
@@ -34,7 +34,8 @@
 
 #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 interrupt_clear() do { VICVectAddr = 0xff; } while (0)