mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
drivers/power/battery_gauge.c: Yet another typo fix from big CONFIG_DISABLE_POLL removal. Noted by Jussi Kivilinna.
This commit is contained in:
@@ -90,7 +90,7 @@ static const struct file_operations g_batteryops =
|
||||
bat_gauge_read,
|
||||
bat_gauge_write,
|
||||
NULL,
|
||||
bat_gauge_ioctl.
|
||||
bat_gauge_ioctl,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user