| 12345678910111213141516 |
- commit b6ee63fe1f5bbb7f008061e67583da1047bce646
- Author: Oliver Fabel <28701799+ofabel@users.noreply.github.com>
- Date: Fri Oct 4 07:28:38 2024 +0200
- library update
- diff --git a/mp_flipper_logging.h b/mp_flipper_logging.h
- index 83f531438..6ff15bb70 100644
- --- a/mp_flipper_logging.h
- +++ b/mp_flipper_logging.h
- @@ -11,4 +11,4 @@
-
- uint8_t mp_flipper_log_get_level();
- void mp_flipper_log_set_level(uint8_t level);
- -void mp_flipper_log(uint8_t level, const char* message);
- +void mp_flipper_log(uint8_t raw_level, const char* message);
|