Skip to content

Commit

Permalink
Fix examples after a bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Jan 27, 2023
1 parent cf27070 commit c0eaa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esp32c2-hal/examples/embassy_wait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn ping(mut pin: Gpio9<Input<PullDown>>) {

static EXECUTOR: StaticCell<Executor> = StaticCell::new();

#[riscv_rt::entry]
#[esp_riscv_rt::entry]
fn main() -> ! {
esp_println::println!("Init!");
let peripherals = Peripherals::take();
Expand Down
2 changes: 1 addition & 1 deletion esp32c3-hal/examples/embassy_wait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn ping(mut pin: Gpio9<Input<PullDown>>) {

static EXECUTOR: StaticCell<Executor> = StaticCell::new();

#[riscv_rt::entry]
#[esp_riscv_rt::entry]
fn main() -> ! {
esp_println::println!("Init!");
let peripherals = Peripherals::take();
Expand Down

0 comments on commit c0eaa91

Please sign in to comment.