Fix unimportant erros"
This commit is contained in:
parent
82aed74e67
commit
ec0c7ed934
4 changed files with 5 additions and 5 deletions
|
@ -210,7 +210,7 @@ void clear_oneshot_layer_state(oneshot_fullfillment_t state) {
|
|||
* FIXME: needs doc
|
||||
*/
|
||||
bool is_oneshot_layer_active(void) {
|
||||
return get_oneshot_layer_state();
|
||||
return (bool)get_oneshot_layer_state();
|
||||
}
|
||||
|
||||
/** \brief set oneshot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue