Skip to content

Commit

Permalink
Fix logging all peripherals command
Browse files Browse the repository at this point in the history
  • Loading branch information
msymt authored and PiotrZierhoffer committed Oct 17, 2022
1 parent 04c5847 commit e209998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basic/logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Now, whenever the CPU tries to read or write to this peripheral, you will see a
To enable logging access to all peripherals, run:

```
(machine-0) sysbus LogAllPeripheralsAccesses true
(machine-0) sysbus LogAllPeripheralsAccess true
```

### Creating a trace of the execution
Expand Down

0 comments on commit e209998

Please sign in to comment.