chore: go through TODOs and FIXMEs
mainly deleting / rewording those that no longer apply
This commit is contained in:
@@ -63,7 +63,7 @@ pub const Eeprom = struct {
|
||||
}
|
||||
|
||||
if (self.state == .RequestEnd) {
|
||||
if (bit != 0) log.debug("EEPROM Request did not end in 0u1. TODO: is this ok?", .{});
|
||||
// if (bit != 0) log.debug("EEPROM Request did not end in 0u1. TODO: is this ok?", .{});
|
||||
self.state = .Ready;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user