mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/avsextrem: fix u_int type in smb380 driver
This commit is contained in:
parent
22322214c5
commit
75d8adddb7
@ -66,7 +66,7 @@ uint8_t counter_Decreasing = 0;
|
||||
volatile uint16_t interruptTicksSMB380;
|
||||
|
||||
typedef struct {
|
||||
u_int writePointerPos; //Writepointer position
|
||||
unsigned writePointerPos; //Writepointer position
|
||||
/*
|
||||
* check value for updated range settings (only needed for multiplication
|
||||
* in Float-mode
|
||||
|
Loading…
Reference in New Issue
Block a user