The `::isSliceUninitialized()` method is required by the Base flash driver class, but `GD32Flash` did not implement it. While the Base class does so, `GD32Flash` is subclassing `EEPROMClass`, rather than `storage::Base`, for historical and technical reasons. As such, we need to implement this method ourselves. We could probably use multiple inheritance, but I feel that would be more trouble than its worth. Signed-off-by: Gergely Nagy <algernon@keyboard.io>pull/1173/head
parent
7d08de5d23
commit
f834bd6079
Loading…
Reference in new issue