Skip to content

Commit

Permalink
point to nrf52840-pac
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelraz committed Mar 4, 2024
1 parent 4a5b5a5 commit 02a6e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training-slides/src/rust-bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ graph TB
hal[MCU HAL Implementation<br/><tt>nrf52480_hal</tt>]
lcd_driver[SPI LCD Driver<br/><tt>ssd1306</tt>]
hal_traits[[HAL Traits<br/><tt>embedded_hal</tt>]]
pac[MCU PAC<br/><tt>nrf52840</tt>]
pac[MCU PAC<br/><tt>nrf52840-pac</tt>]
rt[Core Runtime<br/><tt>cortex_m_rt</tt>]
cp[Core Peripherals<br/><tt>cortex_m</tt>]
Expand Down

0 comments on commit 02a6e8b

Please sign in to comment.