Merge pull request #1112 from keyboardio/gd32-storage-sizes

pull/1118/head
Jesse Vincent 3 years ago committed by GitHub
commit ffb84e071e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ namespace driver {
namespace storage {
struct GD32FlashProps : kaleidoscope::driver::storage::BaseProps {
static constexpr uint16_t length = 10240;
static constexpr uint16_t length = 16384;
};
template <typename _StorageProps>

Loading…
Cancel
Save