Skip to content

Commit f7e6d83

Browse files
authored
Update src/start/registers.md
1 parent 726ac2a commit f7e6d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start/registers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Vamos a ver un ejemplo:
144144
#![no_std]
145145
#![no_main]
146146
147-
use panic_halt as _; // Manipulador de panic
147+
use panic_halt as _; // panic handler
148148
149149
use cortex_m_rt::entry;
150150
use tm4c123x_hal as hal;

0 commit comments

Comments
 (0)