add IAR compiler option to ignore EWOULDBLOCK/EAGAIN warning for TI-RTOS
This commit is contained in:
parent
36748fb62b
commit
0525575fbf
@ -33,7 +33,7 @@
|
||||
|
||||
var armOpts = " -ms ";
|
||||
var gnuOpts = " -D_POSIX_SOURCE ";
|
||||
var iarOpts = "";
|
||||
var iarOpts = " --diag_suppress=Pa134 ";
|
||||
var TivaWareDir = "";
|
||||
|
||||
/* Uncomment the following lines to build libraries for debug mode: */
|
||||
|
Loading…
x
Reference in New Issue
Block a user