mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #11152 from ibr-cm/petersen/l3g4200d-fix-pr
l3g4200d: Fixes conversion bug
This commit is contained in:
commit
a81dbf0037
@ -96,7 +96,7 @@ typedef struct {
|
||||
*/
|
||||
typedef struct {
|
||||
l3g4200d_params_t params; /**< device initialization parameters */
|
||||
int scale; /**< internal scaling factor to normalize results */
|
||||
int32_t scale; /**< internal scaling factor to normalize results */
|
||||
} l3g4200d_t;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user