mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 08:58:36 -07:00
Update hal.c
This commit is contained in:
@@ -39,7 +39,7 @@ static void tama_p1_hal_log(log_level_t level, char* buff, ...) {
|
|||||||
FuriString* string;
|
FuriString* string;
|
||||||
va_list args;
|
va_list args;
|
||||||
va_start(args, buff);
|
va_start(args, buff);
|
||||||
string_init_vprintf(string, buff, args);
|
furi_string_cat_vprintf(string, buff, args);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
|
||||||
switch(level) {
|
switch(level) {
|
||||||
@@ -134,4 +134,4 @@ void tama_p1_hal_init(hal_t* hal) {
|
|||||||
hal->set_frequency = tama_p1_hal_set_frequency;
|
hal->set_frequency = tama_p1_hal_set_frequency;
|
||||||
hal->play_frequency = tama_p1_hal_play_frequency;
|
hal->play_frequency = tama_p1_hal_play_frequency;
|
||||||
hal->handler = tama_p1_hal_handler;
|
hal->handler = tama_p1_hal_handler;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user