fix(algc): trace.h was not correctly imported

This commit is contained in:
cscherr 2025-07-18 09:20:52 +02:00
parent a0a277b80d
commit 96eee72756
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
#- subprojects # managing builds and test for static libraries
#- fake_function_framework # use FFF instead of CMock
# Report options (You'll want to choose one stdout option, but may choose multiple stored options if desired)
#- report_build_warnings_log
- report_build_warnings_log
#- report_tests_gtestlike_stdout
#- report_tests_ide_stdout
#- report_tests_log_factory

View file

@ -1,5 +1,5 @@
#include "sha2.h"
#include "trace.h"
#include "../trace.h"
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>