Neotron-Compute / Neotron-Common-BIOS

This crate contains the BIOS API and common routines for all Neotron systems.
GNU General Public License v3.0
8 stars 2 forks source link

Comments on `enum Error` are wrong #50

Open thejpster opened 7 months ago

thejpster commented 7 months ago

They say things like:

The underlying hardware could not accept the given configuration. The numeric code is BIOS implementation specific but may give some clues.

But the enum no-longer has numeric values in it - it's a plain enum.