diff options
Diffstat (limited to 'drv_MatrixOrbitalGX.c')
-rw-r--r-- | drv_MatrixOrbitalGX.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_MatrixOrbitalGX.c b/drv_MatrixOrbitalGX.c index 5906f1f..20f082a 100644 --- a/drv_MatrixOrbitalGX.c +++ b/drv_MatrixOrbitalGX.c @@ -183,7 +183,7 @@ static int drv_MOGX_open(void) static void drv_MOGX_send(const unsigned char *data, const unsigned int size) { - int ret; + int __attribute__ ((unused)) ret; //unsigned char rcv_buffer[64] = ""; |