esp-rs / esp-pacs

Peripheral Access Crates for Espressif SoCs and modules
Apache License 2.0
103 stars 29 forks source link

Fix typo in debug_assist register name #270

Closed JurajSadel closed 3 weeks ago

JurajSadel commented 3 weeks ago

As discovered in https://github.com/esp-rs/esp-hal/pull/1961, debug_assist has a typo in a register on C3, C6, and H2. This fixes it.

cc @bugadani