Skip to content

Commit

Permalink
ЛР13. Update platform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 authored Dec 18, 2023
1 parent 425d9bb commit 619fb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Labs/13. Programming/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ struct TX_HANDLE

struct VGA_HANDLE
{
uint32_t * char_map;
uint32_t * color_map;
uint8_t * char_map;
uint8_t * color_map;
uint32_t * tiff_map;
};

Expand Down

0 comments on commit 619fb6e

Please sign in to comment.