mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-08 12:10:34 +00:00
the CGRam debugger is fixed display correctly the cgram and cgram value getter supports all 512 entries of the ram
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ namespace ComSquare::Ram
|
||||
protected:
|
||||
//! @brief The ram. (Can be used for WRam, SRam, VRam etc)
|
||||
uint8_t *_data;
|
||||
//! @brief The size of the ram (iny bytes).
|
||||
//! @brief The size of the ram (in bytes).
|
||||
size_t _size;
|
||||
//! @brief An id identifying the type of memory this is (for the debugger)
|
||||
Component _ramType;
|
||||
|
||||
Reference in New Issue
Block a user