forked from mirrors/qmk_userspace
Format code according to conventions (#15193)
This commit is contained in:
parent
b06740c933
commit
2c5d66987d
35 changed files with 576 additions and 516 deletions
|
@ -28,8 +28,8 @@ typedef struct {
|
|||
int16_t y;
|
||||
} report_adns_t;
|
||||
|
||||
void adns_init(void);
|
||||
void adns_init(void);
|
||||
config_adns_t adns_get_config(void);
|
||||
void adns_set_config(config_adns_t);
|
||||
void adns_set_config(config_adns_t);
|
||||
/* Reads and clears the current delta values on the ADNS sensor */
|
||||
report_adns_t adns_get_report(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue