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:
Anas Nashif 2016-11-12 07:18:32 -05:00 committed by Anas Nashif
commit 55273b0c76

View file

@ -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;
};