This commit is contained in:
2025-02-18 08:24:27 +00:00
parent e2c86a90f4
commit 71667ebd7c
3 changed files with 5 additions and 28 deletions

View File

@@ -1,7 +1,6 @@
#include <stdint.h>
__attribute__((section(".text"))) int cryptographic_test() {
static const uint32_t vv = 0xDEADBEEF;
// Run unit tests for cryptographic scheme
//while(1); // Debug loop
return 7;