You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ce/intce.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
#defineH_INTCE
10
10
11
11
#ifndefFORCE_INTERRUPTS
12
-
#error TI has removed custom interrupt support on models > revision I. Please contact them via ti-cares@ti.com (aka ti-doesnt-care@ti.com). Alternatively if you only wish to support older models, define FORCE_INTERRUPTS at compile time.
12
+
#error TI has removed custom interrupt support on CE models with hardware revision >= I. You can complain about it to ti-cares@ti.com. Alternatively if you only want to target pre-I models, define FORCE_INTERRUPTS before including intce.h
0 commit comments