A couple of bugfixes

This commit is contained in:
dario
2024-06-14 16:39:42 +02:00
parent e2adee029e
commit 789fa4cd3e
5 changed files with 42 additions and 46 deletions

View File

@@ -81,10 +81,10 @@ namespace sta
uint32_t address_;
uint8_t buffer_[W25QXX_PAGE_SIZE];
uint8_t ptr_;
uint32_t ptr_;
};
} // namespace sta
#include <sta/utils/logger.tpp>
#endif // STA_UTILS_LOGGER_HPP
#endif // STA_UTILS_LOGGER_HPP