Code style fixes: sensinode
This commit is contained in:
parent
e38b419e84
commit
b4bb51e811
12 changed files with 56 additions and 53 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
/* Serial/Parallel Shift Register (74HC595D) Functions */
|
||||
void n740_ser_par_init(void);
|
||||
void n740_ser_par_set(uint8_t data) ;
|
||||
void n740_ser_par_set(uint8_t data);
|
||||
uint8_t n740_ser_par_get(void);
|
||||
|
||||
/* Analog Switch (U5 - 74HC4053D) Functions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue