Skip to content

Commit

Permalink
rename hello_world_uart.h
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed Aug 24, 2023
1 parent c2504a2 commit 5f96fa4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mh_z19_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "mh_z19_app.h"
#include "mh_z19_ui.h"
#include "hello_world_uart.h"
#include "mh_z19_uart.h"

#include "mh_z19_uart_tools.h"

Expand Down
2 changes: 1 addition & 1 deletion hello_world_uart.c → mh_z19_uart.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "hello_world_uart.h"
#include "mh_z19_uart.h"
#include <furi_hal_uart.h>
#include <furi_hal_console.h>

Expand Down
File renamed without changes.

0 comments on commit 5f96fa4

Please sign in to comment.