Code style fixes: cc2530dk
This commit is contained in:
parent
380ee3bae9
commit
351a4d39b9
8 changed files with 36 additions and 37 deletions
|
@ -43,15 +43,15 @@
|
|||
|
||||
const struct sensors_sensor *sensors[] = {
|
||||
#if ADC_SENSOR_ON
|
||||
&adc_sensor,
|
||||
&adc_sensor,
|
||||
#endif
|
||||
#if BUTTON_SENSOR_ON
|
||||
&button_1_sensor,
|
||||
&button_1_sensor,
|
||||
#if MODEL_CC2531
|
||||
&button_2_sensor,
|
||||
&button_2_sensor,
|
||||
#endif
|
||||
#endif
|
||||
0
|
||||
0
|
||||
};
|
||||
|
||||
unsigned char sensors_flags[(sizeof(sensors) / sizeof(struct sensors_sensor *))];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue