commit | 72896a3e41c63f0959dcd6765ca1d077c470896a | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Sat Jun 07 04:03:22 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Sat Jun 07 04:22:41 2025 -0500 |
tree | 45c8910336cbc9200adfcbe55b0f12b3809b02e2 | |
parent | 5ba35c6349f4d523d3f5b5e001c869392b2c5674 [diff] |
clang-tidy: fix missing include for uint32_t Fixed the following error by including the <cstdint> header file. ''' watchdog/watchdog_logging.hpp:23:33: error: unknown type name 'uint32_t' [clang-diagnostic-error] 23 | void eventWatchdogTimeout(const uint32_t timeout); ''' Change-Id: I3cee346296fa0c9925e920f5abc04470b15ad278 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>