Skip to content

Commit 399f990

Browse files
authored
Improve the no-FORCE_INTERRUPTS error message
[ci skip]
1 parent 92249f9 commit 399f990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ce/intce.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define H_INTCE
1010

1111
#ifndef FORCE_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
1313
#endif
1414

1515
#include <stdint.h>

0 commit comments

Comments
 (0)