Skip to content

Commit f0d42a2

Browse files
author
James Munns
committed
Revert change from tokens to items
1 parent 87ab5af commit f0d42a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn run() -> Result<()> {
103103
let mut device_x = String::new();
104104
let items = generate::device::render(&device, &target, nightly, &mut device_x)?;
105105

106-
writeln!(File::create("lib.rs").unwrap(), "{}", quote!(#(#tokens)*)).unwrap();
106+
writeln!(File::create("lib.rs").unwrap(), "{}", quote!(#(#items)*)).unwrap();
107107

108108
if target == Target::CortexM {
109109
writeln!(File::create("device.x").unwrap(), "{}", device_x).unwrap();

0 commit comments

Comments
 (0)