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:
Clément Le Bihan
2020-04-05 18:29:06 +02:00
parent be4e7401be
commit 8fa40ad5e0
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -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;