Skip to content

Commit

Permalink
Merge branch 'Console_Cleanup' of https://github.com/PSU-Capstone-Tea…
Browse files Browse the repository at this point in the history
…m24/EmbeddedRINA into Console_Cleanup
  • Loading branch information
masonticehurst committed Feb 9, 2024
2 parents ba220a2 + eba6833 commit 90aeca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eRINA_STM32F7/src/rina/gui.adb
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ package body GUI is
(Text'Length * BMP_Fonts.Char_Width (Font),
BMP_Fonts.Char_Height (Font));
end MeasureText;
end GUI;
end GUI;
2 changes: 1 addition & 1 deletion eRINA_STM32F7/src/rina/gui.ads
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ package GUI is
function MeasureText
(Text : in String; Font : in BMP_Fonts.BMP_Font) return Size;
function Scale (Point : in HAL.Bitmap.Point) return HAL.Bitmap.Point;
end GUI;
end GUI;

0 comments on commit 90aeca2

Please sign in to comment.