Skip to content

Commit c45af33

Browse files
committed
Add missing aliased keywords in STM32_F4VE board
to allow `'Access` attributes
1 parent 503ec28 commit c45af33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/stm32_f4ve/src/stm32-board.ads

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ package STM32.Board is
104104
TFT_BLK : GPIO_Point renames PB1; -- LCD backlight
105105
TFT_CS : GPIO_Point renames PB12;
106106

107-
Display : Display_ILI9341.Display;
107+
Display : aliased Display_ILI9341.Display;
108108

109-
TFT_Bitmap : Display_ILI9341.Bitmap_Buffer := Display.Buffer;
109+
TFT_Bitmap : aliased Display_ILI9341.Bitmap_Buffer := Display.Buffer;
110110

111-
Touch_Panel : Touch_Panel_XPT2046.Touch_Panel;
111+
Touch_Panel : aliased Touch_Panel_XPT2046.Touch_Panel;
112112

113113
--------------------------
114114
-- micro SD card reader --

0 commit comments

Comments
 (0)