mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Fix comment, uvm32_reset() doesn't exist
This commit is contained in:
parent
c229170e3b
commit
af3b48cb01
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ static void setup_err_evt(uvm32_state_t *vmst, uvm32_evt_t *evt) {
|
|||
|
||||
static void setStatus(uvm32_state_t *vmst, uvm32_status_t newStatus) {
|
||||
if (vmst->status == UVM32_STATUS_ERROR) {
|
||||
// always stay in error state until a uvm32_reset()
|
||||
// always stay in error state until a uvm32_init()
|
||||
return;
|
||||
} else {
|
||||
vmst->status = newStatus;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue