Commit ccb2c5d
Fix compilation on Linux
Without this change:
```
$ make
...
demo/decode_ft8.c:347:31: error: ‘CLOCK_REALTIME’ undeclared (first use in this function)
347 | clock_gettime(CLOCK_REALTIME, &spec);
```1 parent 50ee0c0 commit ccb2c5d
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments