The unified diff between revisions [9f05a1eb..] 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 [9f05a1eb606ea1c0421aa4a0b25b83b4fe4a20c8]
# new_revision [4f22e7ef7d3064e3b51a5b868a4722f3f13c747b]
#
# patch "interrupt.h"
#  from [04c04661f9d61779f82793ce9bc45c761f1ce63b]
#    to [bf362242c19f7cf4842e9f571d4e56915037d18d]
#
============================================================
--- interrupt.h	04c04661f9d61779f82793ce9bc45c761f1ce63b
+++ interrupt.h	bf362242c19f7cf4842e9f571d4e56915037d18d
@@ -34,8 +34,8 @@
 
 #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 interrupt_clear() do { VICVectAddr = 0xff; } while (0)