Removed a duplication of charge limit notification

This commit is contained in:
Luke D. Jones
2023-06-25 21:15:27 +12:00
parent 81529b7374
commit 036a5018e0
3 changed files with 7 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ const CONFIG_PATH_BASE: &str = "/etc/asusd/";
/// task_watch_item!(gpu_mux_mode platform);
/// }
/// ```
/// // TODO: this is kind of useless if it can't trigger some action
#[macro_export]
macro_rules! task_watch_item {
($name:ident $self_inner:ident) => {