atomsem.h: Whitespace change.

This commit is contained in:
Kelvin Lawson
2014-05-31 20:43:08 +01:00
parent 2f9e816bfa
commit 1399c905f1

View File

@@ -37,7 +37,7 @@ extern "C" {
typedef struct atom_sem
{
ATOM_TCB * suspQ; /* Queue of threads suspended on this semaphore */
uint8_t count; /* Semaphore count */
uint8_t count; /* Semaphore count */
} ATOM_SEM;
extern uint8_t atomSemCreate (ATOM_SEM *sem, uint8_t initial_count);