Browse Source

pic16bit: Add basic unistd.h file since it's not provided by tool chain.

pull/1462/head
Damien George 9 years ago
parent
commit
0d6b2341b8
  1. 3
      pic16bit/unistd.h

3
pic16bit/unistd.h

@ -0,0 +1,3 @@
// XC16 compiler doesn't seem to have unistd.h file
#define SEEK_CUR 1
Loading…
Cancel
Save