mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-15 01:55:50 +00:00
Fix path in codegen
This commit is contained in:
parent
b8a2553d94
commit
e723b2ce12
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
use moonboots::{
|
use moonboot::{
|
||||||
hardware::{Config, LinkerConfig},
|
hardware::{Config, LinkerConfig},
|
||||||
state::{StateCrcType, STATE_SERIALIZED_MAX_SIZE},
|
state::{StateCrcType, STATE_SERIALIZED_MAX_SIZE},
|
||||||
Address,
|
Address,
|
||||||
|
|
Loading…
Reference in a new issue