aboutsummaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/eval-clock-cw-tx/src/usb.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/eval-clock-cw-tx/src/usb.rs b/sw/eval-clock-cw-tx/src/usb.rs
index a093850..a74ac20 100644
--- a/sw/eval-clock-cw-tx/src/usb.rs
+++ b/sw/eval-clock-cw-tx/src/usb.rs
@@ -121,7 +121,7 @@ impl USBData {
}
USBData {
- font : Font::Narrow,
+ font : Font::Wide,
frequency : 10121000,
transmit : false,
current_str : ArrayVec::new(),