Commit 1701428
porting/npl/nuttx: fix compile error
porting/npl/nuttx/src/os_callout.c:125:24:
error: comparison between pointer and integer [-Werror]
125 | return (c->c_timer != NULL);
| ^~
cc1: all warnings being treated as errors
Signed-off-by: v-tangmeng <[email protected]>1 parent a119bda commit 1701428
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments