drivers: sensor: use unified timer struct name in header
Change-Id: I2d2a1689d66ed4a9ab1ce1ed5bb70c8b65f7df31 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
cf054a2665
commit
55273b0c76
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ struct hp206c_device_data {
|
|||
#if CONFIG_SYS_CLOCK_TICKS_PER_SEC < 2000
|
||||
#error "SYS_CLOCK_TICKS_PER_SEC >= 2000 needed for better timeouts granularity."
|
||||
#endif
|
||||
struct nano_timer tmr;
|
||||
struct k_timer tmr;
|
||||
#endif
|
||||
uint8_t osr;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue