mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #109 from mehlis/removed-semicolons
remove superfluous semicolons
This commit is contained in:
commit
6d95d8a4ba
@ -80,7 +80,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
transceiver_type_t transceivers;
|
||||
void *data;
|
||||
} transceiver_command_t;;
|
||||
} transceiver_command_t;
|
||||
|
||||
/* The transceiver thread's pid */
|
||||
extern int transceiver_pid;
|
||||
|
@ -32,7 +32,7 @@ static inline unsigned int
|
||||
indexFor(unsigned int tablelength, unsigned int hashvalue)
|
||||
{
|
||||
return (hashvalue % tablelength);
|
||||
};
|
||||
}
|
||||
|
||||
/* Only works if tablelength == 2^N */
|
||||
/*static inline unsigned int
|
||||
|
Loading…
Reference in New Issue
Block a user