Skip to content
Snippets Groups Projects
Commit c4931b20 authored by Hauke Petersen's avatar Hauke Petersen Committed by GitHub
Browse files

Merge pull request #6236 from haukepetersen/fix_avsextrem_uinttype

boards/avsextrem: fix u_int type in smb380 driver
parents 22322214 75d8addd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment