Fixed to osal type names

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7015 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
utzig 2014-07-08 18:58:22 +00:00
parent 27ce73c013
commit 7534f806fa
1 changed files with 2 additions and 2 deletions

View File

@ -85,9 +85,9 @@ typedef struct {
/* Driver state.*/ \ /* Driver state.*/ \
sdstate_t state; \ sdstate_t state; \
/* Input queue.*/ \ /* Input queue.*/ \
InputQueue iqueue; \ input_queue_t iqueue; \
/* Output queue.*/ \ /* Output queue.*/ \
OutputQueue oqueue; \ output_queue_t oqueue; \
/* Input circular buffer.*/ \ /* Input circular buffer.*/ \
uint8_t ib[SERIAL_BUFFERS_SIZE]; \ uint8_t ib[SERIAL_BUFFERS_SIZE]; \
/* Output circular buffer.*/ \ /* Output circular buffer.*/ \