Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepengu committed Sep 18, 2024
1 parent 20e20f8 commit 99f1eab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion c-library/mips64/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
rustflags = [
"-C", "link-arg=-Ttext=0x80010000",
"-C", "link-arg=-emain",
"-C", "link-arg=-Tlinkall.x",
"-C", "link-arg=-Tlinkall.x",
]

target = "mips64el-unknown-linux-gnuabi64"
Expand Down
1 change: 0 additions & 1 deletion examples/rust-examples/mips64/dynamic-memory/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Rust example for mips64 architecture

Presented here is a straightforward Rust example utilizing Martos with timer usage.
Expand Down
1 change: 0 additions & 1 deletion examples/rust-examples/mips64/hello-world/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Rust example for mips64 architecture

Presented here is a straightforward Rust example utilizing Martos with timer usage.
Expand Down
1 change: 0 additions & 1 deletion examples/rust-examples/mips64/timer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Rust example for mips64 architecture

Presented here is a straightforward Rust example utilizing Martos with timer usage.
Expand Down

0 comments on commit 99f1eab

Please sign in to comment.