[test_buffer]

use target and actual checks
This commit is contained in:
2025-11-05 08:23:09 +01:00
parent c627cd2dd7
commit 6f69217ba3
3 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ extern void test_buffer_multi();
int main()
{
test_buffer();
test_buffer_multi();
// test_buffer_multi();
return 0;
}