Skip to content

Commit

Permalink
rename encrypted/hello_serial.c to encrypted/hello_serial_enc.c for c…
Browse files Browse the repository at this point in the history
…onsistency, and it keeps popping up in my IDE completion
  • Loading branch information
kilograham committed Aug 31, 2024
1 parent 175b382 commit 61ed6cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloaders/encrypted/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ example_auto_set_url(enc_bootloader)

# Example binary to load
add_executable(hello_serial_enc
hello_serial.c
hello_serial_enc.c
)

# pull in common dependencies
Expand Down
File renamed without changes.

0 comments on commit 61ed6cf

Please sign in to comment.