Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
medievalghoul committed Jun 29, 2020
1 parent 53ab771 commit 5bf757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct dmi_header {
```

- First, The type data member of size ``BYTE`` or ``uint8_t`` holds the SMBIOS specification defines the DMI Types different types of elements a computer. For example, type 2, means that the record contains
"Base Board" Information. To have a better understand of the Types SMBIOS defines, here's a code representation in file [smbios.h]():
"Base Board" Information. To have a better understand of the Types SMBIOS defines, here's a code representation in file [smbios.hpp](https://github.com/medievalghoul/hwid-checker-mg/tree/master/hwid_checker/includes/smbios.hpp):

```c++
enum dmi_entry_type
Expand Down

0 comments on commit 5bf757c

Please sign in to comment.