Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
Manually fix some paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Feb 20, 2020
1 parent 0155ad8 commit 67d1fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uicr_s.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ pub struct RegisterBlock {
#[repr(C)]
pub struct KEYSLOT {
#[doc = "0x00 - Unspecified"]
pub config: [CONFIG; 128],
pub config: [keyslot::CONFIG; 128],
#[doc = "0x400 - Unspecified"]
pub key: [KEY; 128],
pub key: [keyslot::KEY; 128],
}
#[doc = r"Register block"]
#[doc = "Unspecified"]
Expand Down

0 comments on commit 67d1fc1

Please sign in to comment.