micropython 273 B

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