git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11701 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
670952cb47
commit
77bc8a0909
|
@ -506,7 +506,7 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
#define _l3gd20_methods_alone \
|
#define _l3gd20_methods_alone \
|
||||||
/* Change full scale value of L3GD20.*/ \
|
/* Change full scale value of L3GD20.*/ \
|
||||||
msg_t (*gyro_set_full_scale)(L3GD20Driver *instance, l3gd20_fs_t fs);
|
msg_t (*gyro_set_full_scale)(L3GD20Driver *devp, l3gd20_fs_t fs);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief @p L3GD20 specific methods with inherited ones.
|
* @brief @p L3GD20 specific methods with inherited ones.
|
||||||
|
|
|
@ -607,10 +607,10 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
#define _lsm303dlhc_methods_alone \
|
#define _lsm303dlhc_methods_alone \
|
||||||
/* Change full scale value of LSM303DLHC accelerometer subsystem.*/ \
|
/* Change full scale value of LSM303DLHC accelerometer subsystem.*/ \
|
||||||
msg_t (*acc_set_full_scale)(LSM303DLHCDriver *instance, \
|
msg_t (*acc_set_full_scale)(LSM303DLHCDriver *devp, \
|
||||||
lsm303dlhc_acc_fs_t fs); \
|
lsm303dlhc_acc_fs_t fs); \
|
||||||
/* Change full scale value of LSM303DLHC compass subsystem.*/ \
|
/* Change full scale value of LSM303DLHC compass subsystem.*/ \
|
||||||
msg_t (*comp_set_full_scale)(LSM303DLHCDriver *instance, \
|
msg_t (*comp_set_full_scale)(LSM303DLHCDriver *devp, \
|
||||||
lsm303dlhc_comp_fs_t fs); \
|
lsm303dlhc_comp_fs_t fs); \
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue