Skip to content

Commit b6b5846

Browse files
committed
implement MultiWriteNorFlash for the nrf9160
1 parent 6799f74 commit b6b5846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nrf-hal-common/src/nvmc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ where
190190
feature = "52811",
191191
feature = "52833",
192192
feature = "52840",
193+
feature = "9160",
193194
))]
194195
impl<T: Instance> embedded_storage::nor_flash::MultiwriteNorFlash for Nvmc<T> {}
195196

0 commit comments

Comments
 (0)