QuRT and POSIX changes - part 2

Second staged group of changes for QuRT and related POSIX changes

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-04-24 01:01:36 -07:00
parent 3336fce1f4
commit 8737d77947
8 changed files with 34 additions and 18 deletions
+3
View File
@@ -234,6 +234,8 @@ RingBuffer::force(double val)
return force(&val, sizeof(val));
}
// FIXME - clang crashes on this get() call
#ifndef __PX4_QURT
bool
RingBuffer::get(void *val, size_t val_size)
{
@@ -263,6 +265,7 @@ RingBuffer::get(void *val, size_t val_size)
return false;
}
}
#endif
bool
RingBuffer::get(int8_t &val)